Shades of Witch Haze #FFF376
Tints of Witch Haze #FFF376
RGB
CMYK
RGB Variations
Color information
#FFF376 (or 0xFFF376) is known color: Witch Haze. HEX triplet: FF, F3 and 76. RGB value is (255,243,118). Sum of RGB (Red+Green+Blue) = 255+243+118=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 118 (46.48% from 255 or 19.16% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF376 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF376 is #000C89. Grayscale: #E8E8E8. Windows color (decimal): -3210 or 7795711. OLE color: 7795711.
HSL color Cylindrical-coordinate representation of color #FFF376: hue angle of 54.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFF376 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 118 | - |
| CMYK | 0 | 0.05 | 0.54 | 0 |
| HSL | 54.74º | 1% | 0.73% | - |
| HSV(B) | 54.74º | 0.54% | 1% | - |
| XYZ | 76.56 | 86.67 | 29.83 | - |
| YUV | 232.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 118 | 0 | 0.05 | 0.54 | 0 | 54.74 | 1 | 0.73 |
| Hex | FF | F3 | 76 | 0 | 5 | 36 | 0 | 37 | 64 | 49 |
| Octal | 377 | 363 | 166 | 0 | 5 | 66 | 0 | 67 | 144 | 111 |
| Binary | 11111111 | 11110011 | 1110110 | 0 | 101 | 110110 | 0 | 110111 | 1100100 | 1001001 |
Color Harmonies of #FFF376
Complementary color
Monochromatic Colors of #FFF376
Black with #FFF376
Text Example
Text Example
White with #FFF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF376; }
p { color: rgb(255,243,118); }
H1.HeaderClassName
{
color: #FFF376;
}
.AnyTagClassName
{
color: #FFF376;
}
</style>
background-color css
<style>
a { background-color: #FFF376; }
a { background-color: rgb(255,243,118); }
div.DivClassName
{
background-color: #FFF376;
}
.BgClassName
{
background-color: #FFF376;
}
</style>
border-color css
<style>
span { border-color: #FFF376; }
span { border-color: rgb(255,243,118); }
td.TdClassName
{
border-color: #FFF376;
}
.TagClassName
{
border-color: #FFF376;
}
</style>