#FDEC82

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

Shades of Witch Haze #FDEC82

Tints of Witch Haze #FDEC82

Color information

#FDEC82 (or 0xFDEC82) is unknown color: approx Witch Haze. HEX triplet: FD, EC and 82. RGB value is (253,236,130). Sum of RGB (Red+Green+Blue) = 253+236+130=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 130 (51.17% from 255 or 21.00% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC82 is #02137D. Grayscale: #E5E5E5. Windows color (decimal): -136062 or 8580349. OLE color: 8580349.

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

Color convert

RGB253236130-
CMYK00.070.490.01
HSL51.71º96.85%75.1%-
HSV(B)51.71º48.62%99.22%-
XYZ74.5382.4933.11-
YUV22972.13145.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 130 (51.17% from 255) = 21.00%
R=40.87%
G=38.13%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323613000.070.490.0151.7196.8575.1
HexFDEC820731134614b
Octal3753542020761164141113
Binary1111110111101100100000100111110001111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC82; }

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

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

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

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

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

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

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

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