#FDF47F

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

Shades of Witch Haze #FDF47F

Tints of Witch Haze #FDF47F

Color information

#FDF47F (or 0xFDF47F) is unknown color: approx Witch Haze. HEX triplet: FD, F4 and 7F. RGB value is (253,244,127). Sum of RGB (Red+Green+Blue) = 253+244+127=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 127 (50% from 255 or 20.35% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF47F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF47F is #020B80. Grayscale: #E9E9E9. Windows color (decimal): -134017 or 8385789. OLE color: 8385789.

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

Color convert

RGB253244127-
CMYK00.040.500.01
HSL55.71º96.92%74.51%-
HSV(B)55.71º49.8%99.22%-
XYZ76.6987.1232.85-
YUV233.3567.98142.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 244 (95.70% from 255) = 39.10%
BLUE value IS 127 (50% from 255) = 20.35%
R=40.54%
G=39.10%
B=20.35%

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
Decimal25324412700.040.500.0155.7196.9274.51
HexFDF47F0432138614b
Octal3753641770462170141113
Binary111111011111010011111110100110010111100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF47F; }

 p { color: rgb(253,244,127); }

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

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

 a { background-color: rgb(253,244,127); }

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

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

 span { border-color: rgb(253,244,127); }

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