#FDEE80

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

Shades of Witch Haze #FDEE80

Tints of Witch Haze #FDEE80

Color information

#FDEE80 (or 0xFDEE80) is unknown color: approx Witch Haze. HEX triplet: FD, EE and 80. RGB value is (253,238,128). Sum of RGB (Red+Green+Blue) = 253+238+128=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE80 is #02117F. Grayscale: #E6E6E6. Windows color (decimal): -135552 or 8449789. OLE color: 8449789.

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

Color convert

RGB253238128-
CMYK00.060.490.01
HSL52.8º96.9%74.71%-
HSV(B)52.8º49.41%99.22%-
XYZ74.9883.5932.6-
YUV229.9470.47144.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 128 (50.39% from 255) = 20.68%
R=40.87%
G=38.45%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323812800.060.490.0152.896.974.71
HexFDEE800631135614b
Octal3753562000661165141113
Binary1111110111101110100000000110110001111010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE80; }

 p { color: rgb(253,238,128); }

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

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

 a { background-color: rgb(253,238,128); }

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

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

 span { border-color: rgb(253,238,128); }

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