Shades of Witch Haze #FDF07C
Tints of Witch Haze #FDF07C
RGB
CMYK
RGB Variations
Color information
#FDF07C (or 0xFDF07C) is known color: Witch Haze. HEX triplet: FD, F0 and 7C. RGB value is (253,240,124). Sum of RGB (Red+Green+Blue) = 253+240+124=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 124 (48.83% from 255 or 20.10% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF07C is #020F83. Grayscale: #E7E7E7. Windows color (decimal): -135044 or 8188157. OLE color: 8188157.
HSL color Cylindrical-coordinate representation of color #FDF07C: hue angle of 53.95º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDF07C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 240 | 124 | - |
CMYK | 0 | 0.05 | 0.51 | 0.01 |
HSL | 53.95º | 0.97% | 0.74% | - |
HSV(B) | 53.95º | 0.51% | 0.99% | - |
XYZ | 75.31 | 84.66 | 31.44 | - |
YUV | 230.66 | 67.81 | 143.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 240 | 124 | 0 | 0.05 | 0.51 | 0.01 | 53.95 | 0.97 | 0.74 |
Hex | FD | F0 | 7C | 0 | 5 | 33 | 1 | 36 | 61 | 4A |
Octal | 375 | 360 | 174 | 0 | 5 | 63 | 1 | 66 | 141 | 112 |
Binary | 11111101 | 11110000 | 1111100 | 0 | 101 | 110011 | 1 | 110110 | 1100001 | 1001010 |
Color Harmonies of #FDF07C
Complementary color
Monochromatic Colors of #FDF07C
Black with #FDF07C
Text Example
Text Example
White with #FDF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF07C; }
p { color: rgb(253,240,124); }
H1.HeaderClassName
{
color: #FDF07C;
}
.AnyTagClassName
{
color: #FDF07C;
}
</style>
background-color css
<style>
a { background-color: #FDF07C; }
a { background-color: rgb(253,240,124); }
div.DivClassName
{
background-color: #FDF07C;
}
.BgClassName
{
background-color: #FDF07C;
}
</style>
border-color css
<style>
span { border-color: #FDF07C; }
span { border-color: rgb(253,240,124); }
td.TdClassName
{
border-color: #FDF07C;
}
.TagClassName
{
border-color: #FDF07C;
}
</style>