#FDE998

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

Shades of Drover #FDE998

Tints of Drover #FDE998

Color information

#FDE998 (or 0xFDE998) is unknown color: approx Drover. HEX triplet: FD, E9 and 98. RGB value is (253,233,152). Sum of RGB (Red+Green+Blue) = 253+233+152=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 152 (59.77% from 255 or 23.82% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE998 is #021667. Grayscale: #E6E6E6. Windows color (decimal): -136808 or 10021373. OLE color: 10021373.

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

Color convert

RGB253233152-
CMYK00.080.400.01
HSL48.12º96.19%79.41%-
HSV(B)48.12º39.92%99.22%-
XYZ75.3181.4341.45-
YUV229.7584.13144.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 152 (59.77% from 255) = 23.82%
R=39.66%
G=36.52%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323315200.080.400.0148.1296.1979.41
HexFDE9980828130604f
Octal37535123001050160140117
Binary11111101111010011001100001000101000111000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE998; }

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

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

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

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

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

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

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

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