color codes Logo

#fbd61a color codes

#FBD61A
(251,214,26)
0 Favorites   0 Comments

Color spaces of #fbd61a

RGB 25121426
HSL0.140.970.54
HSV50°90°98°
CMYK 0.000.150.90   0.02
XYZ64.016768.676910.8592
Yxy68.67690.44590.4784
Hunter Lab82.8715-7.137350.2409
CIE-Lab86.3438-2.853783.7058

#fbd61a color RGB value is (251,214,26).

#fbd61a hex color red value is 251, green value is 214 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fbd61a hue: 0.14 , saturation: 0.97 and the lightness value of fbd61a is 0.54.

The process color (four color CMYK) of #fbd61a color code is 0.00, 0.15, 0.90, 0.02. Web safe color of #fbd61a is #ffcc33. Color #fbd61a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00011010
Octal 373 326 32
Decimal 251 214 26
Hex FB D6 1A

RGB Percentages of Color #fbd61a

%51.12
%43.58
%5.30

CMYK Percentages of Color #fbd61a

%0
%15
%90
%2

Triadic Colors of #fbd61a

#fbd61a #1afbd6 #d61afb

Analogous Colors of #fbd61a

#fbd61a #b0fb1a #fb661a

Monochromatic Colors of #fbd61a

#fbd61a

Complementary Color

#fbd61a #1a3ffb

#fbd61a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd61a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd61a Color CSS Codes

.mybgcolor {background-color:#fbd61a; } 
.myforecolor {color:#fbd61a; }
.mybordercolor {border:3px solid #fbd61a; }

#fbd61a Text Font Color

<p style="color:#fbd61a">Text here</p>

This sample text font color is #fbd61a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbd61a Background Color

<div style="background-color:#fbd61a">
Div content here</div>

This div background color is #fbd61a


#fbd61a Border Color

<div style="border:3px solid #fbd61a">
Div here</div>

This div border color is #fbd61a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,214,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbd61a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbd61a;
  -webkit-box-shadow: 1px 1px 3px 2px #fbd61a;
  box-shadow:         1px 1px 3px 2px #fbd61a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,214,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbd61a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbd61a;
  -webkit-box-shadow: 1px 1px 3px 2px #fbd61a;
  box-shadow:         1px 1px 3px 2px #fbd61a;">
Div content here</div>

This div box has shadow with color #fbd61a


Comments

No comments written yet.

Please login to write comment.