#FDED83

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

Shades of Witch Haze #FDED83

Tints of Witch Haze #FDED83

Color information

#FDED83 (or 0xFDED83) is unknown color: approx Witch Haze. HEX triplet: FD, ED and 83. RGB value is (253,237,131). Sum of RGB (Red+Green+Blue) = 253+237+131=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 131 (51.56% from 255 or 21.10% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED83 is #02127C. Grayscale: #E6E6E6. Windows color (decimal): -135805 or 8646141. OLE color: 8646141.

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

Color convert

RGB253237131-
CMYK00.060.480.01
HSL52.13º96.83%75.29%-
HSV(B)52.13º48.22%99.22%-
XYZ74.8983.0933.56-
YUV229.772.3144.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 131 (51.56% from 255) = 21.10%
R=40.74%
G=38.16%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323713100.060.480.0152.1396.8375.29
HexFDED830630134614b
Octal3753552030660164141113
Binary1111110111101101100000110110110000111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED83; }

 p { color: rgb(253,237,131); }

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

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

 a { background-color: rgb(253,237,131); }

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

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

 span { border-color: rgb(253,237,131); }

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