Color Hex Logo

#fbc602 Color Hex

#FBC602
(251,198,2)
0 Favorites   0 Comments

Color spaces of #fbc602

RGB 2511982
HSL0.130.980.50
HSV47°99°98°
CMYK 0.000.210.99   0.02
XYZ59.988760.90188.6509
Yxy60.90180.46310.4701
Hunter Lab78.03960.642948.0553
CIE-Lab82.32595.072483.5475

#fbc602 color RGB value is (251,198,2).

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

The process color (four color CMYK) of #fbc602 color hex is 0.00, 0.21, 0.99, 0.02. Web safe color of #fbc602 is #ffcc00. Color #fbc602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 00000010
Octal 373 306 2
Decimal 251 198 2
Hex FB C6 2

RGB Percentages of Color #fbc602

%55.65
%43.90
%0.44

CMYK Percentages of Color #fbc602

%0
%21
%99
%2

Triadic Colors of #fbc602

#fbc602 #02fbc6 #c602fb

Analogous Colors of #fbc602

#fbc602 #b4fb02 #fb4a02

Monochromatic Colors of #fbc602

#fbc602

Complementary Color

#fbc602 #0237fb

#fbc602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc602 Color CSS Codes

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

#fbc602 Text Font Color

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

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


#fbc602 Background Color

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

This div background color is #fbc602


#fbc602 Border Color

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

This div border color is #fbc602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc602

Related Colors


Comments

No comments written yet.

Please login to write comment.