#FCED97

Color #FCED97 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FCED97

Tints of Drover #FCED97

Color information

#FCED97 (or 0xFCED97) is unknown color: approx Drover. HEX triplet: FC, ED and 97. RGB value is (252,237,151). Sum of RGB (Red+Green+Blue) = 252+237+151=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 151 (59.38% from 255 or 23.59% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED97 is #031268. Grayscale: #E8E8E8. Windows color (decimal): -201321 or 9956860. OLE color: 9956860.

HSL color Cylindrical-coordinate representation of color #FCED97: hue angle of 51.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCED97 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252237151-
CMYK00.060.400.01
HSL51.09º94.39%79.02%-
HSV(B)51.09º40.08%98.82%-
XYZ76.0183.541.39-
YUV231.6882.47142.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 151 (59.38% from 255) = 23.59%
R=39.38%
G=37.03%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223715100.060.400.0151.0994.3979.02
HexFCED9706281335e4f
Octal3743552270650163136117
Binary1111110011101101100101110110101000111001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED97; }

 p { color: rgb(252,237,151); }

 H1.HeaderClassName
 {
   color: #FCED97;
 }
 .AnyTagClassName
 {
   color: #FCED97;
 }
</style>
background-color css

<style>
 a { background-color: #FCED97; }

 a { background-color: rgb(252,237,151); }

 div.DivClassName
 {
   background-color: #FCED97;
 }
 .BgClassName
 {
   background-color: #FCED97;
 }
</style>
border-color css

<style>
 span { border-color: #FCED97; }

 span { border-color: rgb(252,237,151); }

 td.TdClassName
 {
   border-color: #FCED97;
 }
 .TagClassName
 {
   border-color: #FCED97;
 }
</style>