#FDF37E

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

Shades of Witch Haze #FDF37E

Tints of Witch Haze #FDF37E

Color information

#FDF37E (or 0xFDF37E) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 7E. RGB value is (253,243,126). Sum of RGB (Red+Green+Blue) = 253+243+126=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 126 (49.61% from 255 or 20.26% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF37E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF37E is #020C81. Grayscale: #E9E9E9. Windows color (decimal): -134274 or 8319997. OLE color: 8319997.

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

Color convert

RGB253243126-
CMYK00.040.500.01
HSL55.28º96.95%74.31%-
HSV(B)55.28º50.2%99.22%-
XYZ76.3286.4932.41-
YUV232.6567.81142.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 126 (49.61% from 255) = 20.26%
R=40.68%
G=39.07%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324312600.040.500.0155.2896.9574.31
HexFDF37E0432137614a
Octal3753631760462167141112
Binary111111011111001111111100100110010111011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF37E; }

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

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

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

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

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

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

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

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