Shades of Witch Haze #FDF276
Tints of Witch Haze #FDF276
RGB
CMYK
RGB Variations
Color information
#FDF276 (or 0xFDF276) is known color: Witch Haze. HEX triplet: FD, F2 and 76. RGB value is (253,242,118). Sum of RGB (Red+Green+Blue) = 253+242+118=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 118 (46.48% from 255 or 19.25% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF276 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF276 is #020D89. Grayscale: #E7E7E7. Windows color (decimal): -134538 or 7795453. OLE color: 7795453.
HSL color Cylindrical-coordinate representation of color #FDF276: hue angle of 55.11º 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 #FDF276 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 118 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.01 |
| HSL | 55.11º | 0.97% | 0.73% | - |
| HSV(B) | 55.11º | 0.53% | 0.99% | - |
| XYZ | 75.53 | 85.69 | 29.7 | - |
| YUV | 231.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 118 | 0 | 0.04 | 0.53 | 0.01 | 55.11 | 0.97 | 0.73 |
| Hex | FD | F2 | 76 | 0 | 4 | 35 | 1 | 37 | 61 | 49 |
| Octal | 375 | 362 | 166 | 0 | 4 | 65 | 1 | 67 | 141 | 111 |
| Binary | 11111101 | 11110010 | 1110110 | 0 | 100 | 110101 | 1 | 110111 | 1100001 | 1001001 |
Color Harmonies of #FDF276
Complementary color
Monochromatic Colors of #FDF276
Black with #FDF276
Text Example
Text Example
White with #FDF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF276; }
p { color: rgb(253,242,118); }
H1.HeaderClassName
{
color: #FDF276;
}
.AnyTagClassName
{
color: #FDF276;
}
</style>
background-color css
<style>
a { background-color: #FDF276; }
a { background-color: rgb(253,242,118); }
div.DivClassName
{
background-color: #FDF276;
}
.BgClassName
{
background-color: #FDF276;
}
</style>
border-color css
<style>
span { border-color: #FDF276; }
span { border-color: rgb(253,242,118); }
td.TdClassName
{
border-color: #FDF276;
}
.TagClassName
{
border-color: #FDF276;
}
</style>