Shades of Witch Haze #FFF06A
Tints of Witch Haze #FFF06A
RGB
CMYK
RGB Variations
Color information
#FFF06A (or 0xFFF06A) is known color: Witch Haze. HEX triplet: FF, F0 and 6A. RGB value is (255,240,106). Sum of RGB (Red+Green+Blue) = 255+240+106=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 106 (41.80% from 255 or 17.64% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF06A is #000F95. Grayscale: #E5E5E5. Windows color (decimal): -3990 or 7008511. OLE color: 7008511.
HSL color Cylindrical-coordinate representation of color #FFF06A: hue angle of 53.96º 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 #FFF06A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 106 | - |
| CMYK | 0 | 0.06 | 0.58 | 0 |
| HSL | 53.96º | 1% | 0.71% | - |
| HSV(B) | 53.96º | 0.58% | 1% | - |
| XYZ | 75 | 84.62 | 26.02 | - |
| YUV | 229.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 106 | 0 | 0.06 | 0.58 | 0 | 53.96 | 1 | 0.71 |
| Hex | FF | F0 | 6A | 0 | 6 | 3A | 0 | 36 | 64 | 47 |
| Octal | 377 | 360 | 152 | 0 | 6 | 72 | 0 | 66 | 144 | 107 |
| Binary | 11111111 | 11110000 | 1101010 | 0 | 110 | 111010 | 0 | 110110 | 1100100 | 1000111 |
Color Harmonies of #FFF06A
Complementary color
Monochromatic Colors of #FFF06A
Black with #FFF06A
Text Example
Text Example
White with #FFF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF06A; }
p { color: rgb(255,240,106); }
H1.HeaderClassName
{
color: #FFF06A;
}
.AnyTagClassName
{
color: #FFF06A;
}
</style>
background-color css
<style>
a { background-color: #FFF06A; }
a { background-color: rgb(255,240,106); }
div.DivClassName
{
background-color: #FFF06A;
}
.BgClassName
{
background-color: #FFF06A;
}
</style>
border-color css
<style>
span { border-color: #FFF06A; }
span { border-color: rgb(255,240,106); }
td.TdClassName
{
border-color: #FFF06A;
}
.TagClassName
{
border-color: #FFF06A;
}
</style>