Color Hex Logo

#fbc973 Color Hex

#FBC973
(251,201,115)
0 Favorites   0 Comments

Color spaces of #fbc973

RGB 251201115
HSL0.110.940.72
HSV38°54°98°
CMYK 0.000.200.54   0.02
XYZ63.764863.520325.1195
Yxy63.52030.41840.4168
Hunter Lab79.69963.337137.1029
CIE-Lab83.71547.900049.2601

#fbc973 color RGB value is (251,201,115).

#fbc973 hex color red value is 251, green value is 201 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fbc973 hue: 0.11 , saturation: 0.94 and the lightness value of fbc973 is 0.72.

The process color (four color CMYK) of #fbc973 color hex is 0.00, 0.20, 0.54, 0.02. Web safe color of #fbc973 is #ffcc66. Color #fbc973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01110011
Octal 373 311 163
Decimal 251 201 115
Hex FB C9 73

RGB Percentages of Color #fbc973

%44.27
%35.45
%20.28

CMYK Percentages of Color #fbc973

%0
%20
%54
%2

Triadic Colors of #fbc973

#fbc973 #73fbc9 #c973fb

Analogous Colors of #fbc973

#fbc973 #e9fb73 #fb8573

Monochromatic Colors of #fbc973

#fbc973

Complementary Color

#fbc973 #73a5fb

#fbc973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc973 Color CSS Codes

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

#fbc973 Text Font Color

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

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


#fbc973 Background Color

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

This div background color is #fbc973


#fbc973 Border Color

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

This div border color is #fbc973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc973

Related Colors


Comments

No comments written yet.

Please login to write comment.