Color Hex Logo

#fbcb4a Color Hex

#FBCB4A
(251,203,74)
0 Favorites   0 Comments

Color spaces of #fbcb4a

RGB 25120374
HSL0.120.960.64
HSV44°71°98°
CMYK 0.000.190.71   0.02
XYZ62.375663.715515.4893
Yxy63.71550.44060.4500
Hunter Lab79.8220-0.202544.3703
CIE-Lab83.81744.258267.6942

#fbcb4a color RGB value is (251,203,74).

#fbcb4a hex color red value is 251, green value is 203 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fbcb4a hue: 0.12 , saturation: 0.96 and the lightness value of fbcb4a is 0.64.

The process color (four color CMYK) of #fbcb4a color hex is 0.00, 0.19, 0.71, 0.02. Web safe color of #fbcb4a is #ffcc33. Color #fbcb4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01001010
Octal 373 313 112
Decimal 251 203 74
Hex FB CB 4A

RGB Percentages of Color #fbcb4a

%47.54
%38.45
%14.02

CMYK Percentages of Color #fbcb4a

%0
%19
%71
%2

Triadic Colors of #fbcb4a

#fbcb4a #4afbcb #cb4afb

Analogous Colors of #fbcb4a

#fbcb4a #d3fb4a #fb734a

Monochromatic Colors of #fbcb4a

#fbcb4a

Complementary Color

#fbcb4a #4a7afb

#fbcb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb4a Color CSS Codes

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

#fbcb4a Text Font Color

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

This sample text font color is #fbcb4a
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.


#fbcb4a Background Color

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

This div background color is #fbcb4a


#fbcb4a Border Color

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

This div border color is #fbcb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb4a


Comments

No comments written yet.

Please login to write comment.