#FDEC98

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

Shades of Drover #FDEC98

Tints of Drover #FDEC98

Color information

#FDEC98 (or 0xFDEC98) is unknown color: approx Drover. HEX triplet: FD, EC and 98. RGB value is (253,236,152). Sum of RGB (Red+Green+Blue) = 253+236+152=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 152 (59.77% from 255 or 23.71% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC98 is #021367. Grayscale: #E7E7E7. Windows color (decimal): -136040 or 10022141. OLE color: 10022141.

HSL color Cylindrical-coordinate representation of color #FDEC98: hue angle of 49.9º degrees, saturation: 0.96, 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 #FDEC98 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253236152-
CMYK00.070.400.01
HSL49.9º96.19%79.41%-
HSV(B)49.9º39.92%99.22%-
XYZ76.1783.1441.74-
YUV231.5183.13143.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 152 (59.77% from 255) = 23.71%
R=39.47%
G=36.82%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323615200.070.400.0149.996.1979.41
HexFDEC980728132604f
Octal3753542300750162140117
Binary1111110111101100100110000111101000111001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC98; }

 p { color: rgb(253,236,152); }

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

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

 a { background-color: rgb(253,236,152); }

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

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

 span { border-color: rgb(253,236,152); }

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