#FDF27E

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

Shades of Witch Haze #FDF27E

Tints of Witch Haze #FDF27E

Color information

#FDF27E (or 0xFDF27E) is unknown color: approx Witch Haze. HEX triplet: FD, F2 and 7E. RGB value is (253,242,126). Sum of RGB (Red+Green+Blue) = 253+242+126=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF27E is #020D81. Grayscale: #E8E8E8. Windows color (decimal): -134530 or 8319741. OLE color: 8319741.

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

Color convert

RGB253242126-
CMYK00.040.500.01
HSL54.8º96.95%74.31%-
HSV(B)54.8º50.2%99.22%-
XYZ76.0385.8932.31-
YUV232.0668.14142.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 126 (49.61% from 255) = 20.29%
R=40.74%
G=38.97%
B=20.29%

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
Decimal25324212600.040.500.0154.896.9574.31
HexFDF27E0432137614a
Octal3753621760462167141112
Binary111111011111001011111100100110010111011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF27E; }

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

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

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

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

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

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

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

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