#FCED9F

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

Shades of Drover #FCED9F

Tints of Drover #FCED9F

Color information

#FCED9F (or 0xFCED9F) is unknown color: approx Drover. HEX triplet: FC, ED and 9F. RGB value is (252,237,159). Sum of RGB (Red+Green+Blue) = 252+237+159=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 159 (62.5% from 255 or 24.54% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED9F is #031260. Grayscale: #E8E8E8. Windows color (decimal): -201313 or 10481148. OLE color: 10481148.

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

Color convert

RGB252237159-
CMYK00.060.370.01
HSL50.32º93.94%80.59%-
HSV(B)50.32º36.9%98.82%-
XYZ76.6983.7744.93-
YUV232.5986.47141.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 159 (62.5% from 255) = 24.54%
R=38.89%
G=36.57%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223715900.060.370.0150.3293.9480.59
HexFCED9F06251325e51
Octal3743552370645162136121
Binary1111110011101101100111110110100101111001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED9F; }

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

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

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

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

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

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

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

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