Color Hex Logo

#fbc204 Color Hex

#FBC204
(251,194,4)
0 Favorites   0 Comments

Color spaces of #fbc204

RGB 2511944
HSL0.130.970.50
HSV46°98°98°
CMYK 0.000.230.98   0.02
XYZ59.097459.10168.4078
Yxy59.10160.46680.4668
Hunter Lab76.87762.681047.3300
CIE-Lab81.34747.155482.6735

#fbc204 color RGB value is (251,194,4).

#fbc204 hex color red value is 251, green value is 194 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fbc204 hue: 0.13 , saturation: 0.97 and the lightness value of fbc204 is 0.50.

The process color (four color CMYK) of #fbc204 color hex is 0.00, 0.23, 0.98, 0.02. Web safe color of #fbc204 is #ffcc00. Color #fbc204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00000100
Octal 373 302 4
Decimal 251 194 4
Hex FB C2 4

RGB Percentages of Color #fbc204

%55.90
%43.21
%0.89

CMYK Percentages of Color #fbc204

%0
%23
%98
%2

Triadic Colors of #fbc204

#fbc204 #04fbc2 #c204fb

Analogous Colors of #fbc204

#fbc204 #b9fb04 #fb4704

Monochromatic Colors of #fbc204

#fbc204

Complementary Color

#fbc204 #043dfb

#fbc204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc204 Color CSS Codes

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

#fbc204 Text Font Color

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

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


#fbc204 Background Color

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

This div background color is #fbc204


#fbc204 Border Color

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

This div border color is #fbc204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc204

#fbc204 Color Palettes


Comments

No comments written yet.

Please login to write comment.