Shades of Witch Haze #FFF083
Tints of Witch Haze #FFF083
RGB
CMYK
RGB Variations
Color information
#FFF083 (or 0xFFF083) is known color: Witch Haze. HEX triplet: FF, F0 and 83. RGB value is (255,240,131). Sum of RGB (Red+Green+Blue) = 255+240+131=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 131 (51.56% from 255 or 20.93% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF083 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF083 is #000F7C. Grayscale: #E8E8E8. Windows color (decimal): -3965 or 8646911. OLE color: 8646911.
HSL color Cylindrical-coordinate representation of color #FFF083: hue angle of 52.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFF083 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 131 | - |
| CMYK | 0 | 0.06 | 0.49 | 0 |
| HSL | 52.74º | 1% | 0.76% | - |
| HSV(B) | 52.74º | 0.49% | 1% | - |
| XYZ | 76.5 | 85.22 | 33.89 | - |
| YUV | 232.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 131 | 0 | 0.06 | 0.49 | 0 | 52.74 | 1 | 0.76 |
| Hex | FF | F0 | 83 | 0 | 6 | 31 | 0 | 35 | 64 | 4C |
| Octal | 377 | 360 | 203 | 0 | 6 | 61 | 0 | 65 | 144 | 114 |
| Binary | 11111111 | 11110000 | 10000011 | 0 | 110 | 110001 | 0 | 110101 | 1100100 | 1001100 |
Color Harmonies of #FFF083
Complementary color
Monochromatic Colors of #FFF083
Black with #FFF083
Text Example
Text Example
White with #FFF083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF083; }
p { color: rgb(255,240,131); }
H1.HeaderClassName
{
color: #FFF083;
}
.AnyTagClassName
{
color: #FFF083;
}
</style>
background-color css
<style>
a { background-color: #FFF083; }
a { background-color: rgb(255,240,131); }
div.DivClassName
{
background-color: #FFF083;
}
.BgClassName
{
background-color: #FFF083;
}
</style>
border-color css
<style>
span { border-color: #FFF083; }
span { border-color: rgb(255,240,131); }
td.TdClassName
{
border-color: #FFF083;
}
.TagClassName
{
border-color: #FFF083;
}
</style>