Shades of Witch Haze #FFF371
Tints of Witch Haze #FFF371
RGB
CMYK
RGB Variations
Color information
#FFF371 (or 0xFFF371) is known color: Witch Haze. HEX triplet: FF, F3 and 71. RGB value is (255,243,113). Sum of RGB (Red+Green+Blue) = 255+243+113=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 113 (44.53% from 255 or 18.49% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF371 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF371 is #000C8E. Grayscale: #E8E8E8. Windows color (decimal): -3215 or 7468031. OLE color: 7468031.
HSL color Cylindrical-coordinate representation of color #FFF371: hue angle of 54.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFF371 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 113 | - |
| CMYK | 0 | 0.05 | 0.56 | 0 |
| HSL | 54.93º | 1% | 0.72% | - |
| HSV(B) | 54.93º | 0.56% | 1% | - |
| XYZ | 76.27 | 86.55 | 28.31 | - |
| YUV | 231.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 113 | 0 | 0.05 | 0.56 | 0 | 54.93 | 1 | 0.72 |
| Hex | FF | F3 | 71 | 0 | 5 | 38 | 0 | 37 | 64 | 48 |
| Octal | 377 | 363 | 161 | 0 | 5 | 70 | 0 | 67 | 144 | 110 |
| Binary | 11111111 | 11110011 | 1110001 | 0 | 101 | 111000 | 0 | 110111 | 1100100 | 1001000 |
Color Harmonies of #FFF371
Complementary color
Monochromatic Colors of #FFF371
Black with #FFF371
Text Example
Text Example
White with #FFF371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF371; }
p { color: rgb(255,243,113); }
H1.HeaderClassName
{
color: #FFF371;
}
.AnyTagClassName
{
color: #FFF371;
}
</style>
background-color css
<style>
a { background-color: #FFF371; }
a { background-color: rgb(255,243,113); }
div.DivClassName
{
background-color: #FFF371;
}
.BgClassName
{
background-color: #FFF371;
}
</style>
border-color css
<style>
span { border-color: #FFF371; }
span { border-color: rgb(255,243,113); }
td.TdClassName
{
border-color: #FFF371;
}
.TagClassName
{
border-color: #FFF371;
}
</style>