Shades of Witch Haze #FFF370
Tints of Witch Haze #FFF370
RGB
CMYK
RGB Variations
Color information
#FFF370 (or 0xFFF370) is known color: Witch Haze. HEX triplet: FF, F3 and 70. RGB value is (255,243,112). Sum of RGB (Red+Green+Blue) = 255+243+112=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 112 (44.14% from 255 or 18.36% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF370 is #000C8F. Grayscale: #E8E8E8. Windows color (decimal): -3216 or 7402495. OLE color: 7402495.
HSL color Cylindrical-coordinate representation of color #FFF370: hue angle of 54.97º 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 #FFF370 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 112 | - |
| CMYK | 0 | 0.05 | 0.56 | 0 |
| HSL | 54.97º | 1% | 0.72% | - |
| HSV(B) | 54.97º | 0.56% | 1% | - |
| XYZ | 76.22 | 86.53 | 28.01 | - |
| YUV | 231.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 112 | 0 | 0.05 | 0.56 | 0 | 54.97 | 1 | 0.72 |
| Hex | FF | F3 | 70 | 0 | 5 | 38 | 0 | 37 | 64 | 48 |
| Octal | 377 | 363 | 160 | 0 | 5 | 70 | 0 | 67 | 144 | 110 |
| Binary | 11111111 | 11110011 | 1110000 | 0 | 101 | 111000 | 0 | 110111 | 1100100 | 1001000 |
Color Harmonies of #FFF370
Complementary color
Monochromatic Colors of #FFF370
Black with #FFF370
Text Example
Text Example
White with #FFF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF370; }
p { color: rgb(255,243,112); }
H1.HeaderClassName
{
color: #FFF370;
}
.AnyTagClassName
{
color: #FFF370;
}
</style>
background-color css
<style>
a { background-color: #FFF370; }
a { background-color: rgb(255,243,112); }
div.DivClassName
{
background-color: #FFF370;
}
.BgClassName
{
background-color: #FFF370;
}
</style>
border-color css
<style>
span { border-color: #FFF370; }
span { border-color: rgb(255,243,112); }
td.TdClassName
{
border-color: #FFF370;
}
.TagClassName
{
border-color: #FFF370;
}
</style>