#FDED7E

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

Shades of Witch Haze #FDED7E

Tints of Witch Haze #FDED7E

Color information

#FDED7E (or 0xFDED7E) is unknown color: approx Witch Haze. HEX triplet: FD, ED and 7E. RGB value is (253,237,126). Sum of RGB (Red+Green+Blue) = 253+237+126=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 126 (49.61% from 255 or 20.45% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED7E is #021281. Grayscale: #E5E5E5. Windows color (decimal): -135810 or 8318461. OLE color: 8318461.

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

Color convert

RGB253237126-
CMYK00.060.500.01
HSL52.44º96.95%74.31%-
HSV(B)52.44º50.2%99.22%-
XYZ74.5682.9631.82-
YUV229.1369.8145.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 126 (49.61% from 255) = 20.45%
R=41.07%
G=38.47%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323712600.060.500.0152.4496.9574.31
HexFDED7E0632134614a
Octal3753551760662164141112
Binary111111011110110111111100110110010111010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED7E; }

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

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

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

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

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

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

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

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