Shades of Witch Haze #FFF081
Tints of Witch Haze #FFF081
RGB
CMYK
RGB Variations
Color information
#FFF081 (or 0xFFF081) is known color: Witch Haze. HEX triplet: FF, F0 and 81. RGB value is (255,240,129). Sum of RGB (Red+Green+Blue) = 255+240+129=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 129 (50.78% from 255 or 20.67% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF081 is #000F7E. Grayscale: #E8E8E8. Windows color (decimal): -3967 or 8515839. OLE color: 8515839.
HSL color Cylindrical-coordinate representation of color #FFF081: hue angle of 52.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFF081 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 129 | - |
| CMYK | 0 | 0.06 | 0.49 | 0 |
| HSL | 52.86º | 1% | 0.75% | - |
| HSV(B) | 52.86º | 0.49% | 1% | - |
| XYZ | 76.36 | 85.17 | 33.18 | - |
| YUV | 231.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 129 | 0 | 0.06 | 0.49 | 0 | 52.86 | 1 | 0.75 |
| Hex | FF | F0 | 81 | 0 | 6 | 31 | 0 | 35 | 64 | 4B |
| Octal | 377 | 360 | 201 | 0 | 6 | 61 | 0 | 65 | 144 | 113 |
| Binary | 11111111 | 11110000 | 10000001 | 0 | 110 | 110001 | 0 | 110101 | 1100100 | 1001011 |
Color Harmonies of #FFF081
Complementary color
Monochromatic Colors of #FFF081
Black with #FFF081
Text Example
Text Example
White with #FFF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF081; }
p { color: rgb(255,240,129); }
H1.HeaderClassName
{
color: #FFF081;
}
.AnyTagClassName
{
color: #FFF081;
}
</style>
background-color css
<style>
a { background-color: #FFF081; }
a { background-color: rgb(255,240,129); }
div.DivClassName
{
background-color: #FFF081;
}
.BgClassName
{
background-color: #FFF081;
}
</style>
border-color css
<style>
span { border-color: #FFF081; }
span { border-color: rgb(255,240,129); }
td.TdClassName
{
border-color: #FFF081;
}
.TagClassName
{
border-color: #FFF081;
}
</style>