Shades of Witch Haze #FFF372
Tints of Witch Haze #FFF372
RGB
CMYK
RGB Variations
Color information
#FFF372 (or 0xFFF372) is known color: Witch Haze. HEX triplet: FF, F3 and 72. RGB value is (255,243,114). Sum of RGB (Red+Green+Blue) = 255+243+114=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 114 (44.92% from 255 or 18.63% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF372 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF372 is #000C8D. Grayscale: #E8E8E8. Windows color (decimal): -3214 or 7533567. OLE color: 7533567.
HSL color Cylindrical-coordinate representation of color #FFF372: hue angle of 54.89º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFF372 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 114 | - |
| CMYK | 0 | 0.05 | 0.55 | 0 |
| HSL | 54.89º | 1% | 0.72% | - |
| HSV(B) | 54.89º | 0.55% | 1% | - |
| XYZ | 76.33 | 86.58 | 28.61 | - |
| YUV | 231.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 114 | 0 | 0.05 | 0.55 | 0 | 54.89 | 1 | 0.72 |
| Hex | FF | F3 | 72 | 0 | 5 | 37 | 0 | 37 | 64 | 48 |
| Octal | 377 | 363 | 162 | 0 | 5 | 67 | 0 | 67 | 144 | 110 |
| Binary | 11111111 | 11110011 | 1110010 | 0 | 101 | 110111 | 0 | 110111 | 1100100 | 1001000 |
Color Harmonies of #FFF372
Complementary color
Monochromatic Colors of #FFF372
Black with #FFF372
Text Example
Text Example
White with #FFF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF372; }
p { color: rgb(255,243,114); }
H1.HeaderClassName
{
color: #FFF372;
}
.AnyTagClassName
{
color: #FFF372;
}
</style>
background-color css
<style>
a { background-color: #FFF372; }
a { background-color: rgb(255,243,114); }
div.DivClassName
{
background-color: #FFF372;
}
.BgClassName
{
background-color: #FFF372;
}
</style>
border-color css
<style>
span { border-color: #FFF372; }
span { border-color: rgb(255,243,114); }
td.TdClassName
{
border-color: #FFF372;
}
.TagClassName
{
border-color: #FFF372;
}
</style>