#FDF077

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

Shades of Witch Haze #FDF077

Tints of Witch Haze #FDF077

Color information

#FDF077 (or 0xFDF077) is unknown color: approx Witch Haze. HEX triplet: FD, F0 and 77. RGB value is (253,240,119). Sum of RGB (Red+Green+Blue) = 253+240+119=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 119 (46.88% from 255 or 19.44% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF077 is #020F88. Grayscale: #E6E6E6. Windows color (decimal): -135049 or 7860477. OLE color: 7860477.

HSL color Cylindrical-coordinate representation of color #FDF077: hue angle of 54.18º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDF077 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB253240119-
CMYK00.050.530.01
HSL54.18º97.1%72.94%-
HSV(B)54.18º52.96%99.22%-
XYZ7584.5329.82-
YUV230.0965.31144.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 240 (94.14% from 255) = 39.22%
BLUE value IS 119 (46.88% from 255) = 19.44%
R=41.34%
G=39.22%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324011900.050.530.0154.1897.172.94
HexFDF07705351366149
Octal3753601670565166141111
Binary111111011111000011101110101110101111011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF077; }

 p { color: rgb(253,240,119); }

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

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

 a { background-color: rgb(253,240,119); }

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

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

 span { border-color: rgb(253,240,119); }

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