#FDF17E

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

Shades of Witch Haze #FDF17E

Tints of Witch Haze #FDF17E

Color information

#FDF17E (or 0xFDF17E) is unknown color: approx Witch Haze. HEX triplet: FD, F1 and 7E. RGB value is (253,241,126). Sum of RGB (Red+Green+Blue) = 253+241+126=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 126 (49.61% from 255 or 20.32% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF17E is #020E81. Grayscale: #E7E7E7. Windows color (decimal): -134786 or 8319485. OLE color: 8319485.

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

Color convert

RGB253241126-
CMYK00.050.500.01
HSL54.33º96.95%74.31%-
HSV(B)54.33º50.2%99.22%-
XYZ75.7385.332.21-
YUV231.4868.48143.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 126 (49.61% from 255) = 20.32%
R=40.81%
G=38.87%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324112600.050.500.0154.3396.9574.31
HexFDF17E0532136614a
Octal3753611760562166141112
Binary111111011111000111111100101110010111011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF17E; }

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

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

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

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

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

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

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

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