Shades of Witch Haze #FDF27C
Tints of Witch Haze #FDF27C
RGB
CMYK
RGB Variations
Color information
#FDF27C (or 0xFDF27C) is known color: Witch Haze. HEX triplet: FD, F2 and 7C. RGB value is (253,242,124). Sum of RGB (Red+Green+Blue) = 253+242+124=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF27C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF27C is #020D83. Grayscale: #E8E8E8. Windows color (decimal): -134532 or 8188669. OLE color: 8188669.
HSL color Cylindrical-coordinate representation of color #FDF27C: hue angle of 54.88º 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 #FDF27C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 124 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.01 |
| HSL | 54.88º | 0.97% | 0.74% | - |
| HSV(B) | 54.88º | 0.51% | 0.99% | - |
| XYZ | 75.9 | 85.84 | 31.64 | - |
| YUV | 231.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 124 | 0 | 0.04 | 0.51 | 0.01 | 54.88 | 0.97 | 0.74 |
| Hex | FD | F2 | 7C | 0 | 4 | 33 | 1 | 37 | 61 | 4A |
| Octal | 375 | 362 | 174 | 0 | 4 | 63 | 1 | 67 | 141 | 112 |
| Binary | 11111101 | 11110010 | 1111100 | 0 | 100 | 110011 | 1 | 110111 | 1100001 | 1001010 |
Color Harmonies of #FDF27C
Complementary color
Monochromatic Colors of #FDF27C
Black with #FDF27C
Text Example
Text Example
White with #FDF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF27C; }
p { color: rgb(253,242,124); }
H1.HeaderClassName
{
color: #FDF27C;
}
.AnyTagClassName
{
color: #FDF27C;
}
</style>
background-color css
<style>
a { background-color: #FDF27C; }
a { background-color: rgb(253,242,124); }
div.DivClassName
{
background-color: #FDF27C;
}
.BgClassName
{
background-color: #FDF27C;
}
</style>
border-color css
<style>
span { border-color: #FDF27C; }
span { border-color: rgb(253,242,124); }
td.TdClassName
{
border-color: #FDF27C;
}
.TagClassName
{
border-color: #FDF27C;
}
</style>