Shades of Witch Haze #FFF06B
Tints of Witch Haze #FFF06B
RGB
CMYK
RGB Variations
Color information
#FFF06B (or 0xFFF06B) is known color: Witch Haze. HEX triplet: FF, F0 and 6B. RGB value is (255,240,107). Sum of RGB (Red+Green+Blue) = 255+240+107=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 107 (42.19% from 255 or 17.77% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF06B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF06B is #000F94. Grayscale: #E5E5E5. Windows color (decimal): -3989 or 7074047. OLE color: 7074047.
HSL color Cylindrical-coordinate representation of color #FFF06B: hue angle of 53.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFF06B is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 107 | - |
| CMYK | 0 | 0.06 | 0.58 | 0 |
| HSL | 53.92º | 1% | 0.71% | - |
| HSV(B) | 53.92º | 0.58% | 1% | - |
| XYZ | 75.05 | 84.64 | 26.29 | - |
| YUV | 229.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 107 | 0 | 0.06 | 0.58 | 0 | 53.92 | 1 | 0.71 |
| Hex | FF | F0 | 6B | 0 | 6 | 3A | 0 | 36 | 64 | 47 |
| Octal | 377 | 360 | 153 | 0 | 6 | 72 | 0 | 66 | 144 | 107 |
| Binary | 11111111 | 11110000 | 1101011 | 0 | 110 | 111010 | 0 | 110110 | 1100100 | 1000111 |
Color Harmonies of #FFF06B
Complementary color
Monochromatic Colors of #FFF06B
Black with #FFF06B
Text Example
Text Example
White with #FFF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF06B; }
p { color: rgb(255,240,107); }
H1.HeaderClassName
{
color: #FFF06B;
}
.AnyTagClassName
{
color: #FFF06B;
}
</style>
background-color css
<style>
a { background-color: #FFF06B; }
a { background-color: rgb(255,240,107); }
div.DivClassName
{
background-color: #FFF06B;
}
.BgClassName
{
background-color: #FFF06B;
}
</style>
border-color css
<style>
span { border-color: #FFF06B; }
span { border-color: rgb(255,240,107); }
td.TdClassName
{
border-color: #FFF06B;
}
.TagClassName
{
border-color: #FFF06B;
}
</style>