Shades of Witch Haze #FFF06F
Tints of Witch Haze #FFF06F
RGB
CMYK
RGB Variations
Color information
#FFF06F (or 0xFFF06F) is known color: Witch Haze. HEX triplet: FF, F0 and 6F. RGB value is (255,240,111). Sum of RGB (Red+Green+Blue) = 255+240+111=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 111 (43.75% from 255 or 18.32% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF06F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF06F is #000F90. Grayscale: #E6E6E6. Windows color (decimal): -3985 or 7336191. OLE color: 7336191.
HSL color Cylindrical-coordinate representation of color #FFF06F: hue angle of 53.75º 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 #FFF06F is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 111 | - |
| CMYK | 0 | 0.06 | 0.56 | 0 |
| HSL | 53.75º | 1% | 0.72% | - |
| HSV(B) | 53.75º | 0.56% | 1% | - |
| XYZ | 75.27 | 84.73 | 27.43 | - |
| YUV | 229.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 111 | 0 | 0.06 | 0.56 | 0 | 53.75 | 1 | 0.72 |
| Hex | FF | F0 | 6F | 0 | 6 | 38 | 0 | 36 | 64 | 48 |
| Octal | 377 | 360 | 157 | 0 | 6 | 70 | 0 | 66 | 144 | 110 |
| Binary | 11111111 | 11110000 | 1101111 | 0 | 110 | 111000 | 0 | 110110 | 1100100 | 1001000 |
Color Harmonies of #FFF06F
Complementary color
Monochromatic Colors of #FFF06F
Black with #FFF06F
Text Example
Text Example
White with #FFF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF06F; }
p { color: rgb(255,240,111); }
H1.HeaderClassName
{
color: #FFF06F;
}
.AnyTagClassName
{
color: #FFF06F;
}
</style>
background-color css
<style>
a { background-color: #FFF06F; }
a { background-color: rgb(255,240,111); }
div.DivClassName
{
background-color: #FFF06F;
}
.BgClassName
{
background-color: #FFF06F;
}
</style>
border-color css
<style>
span { border-color: #FFF06F; }
span { border-color: rgb(255,240,111); }
td.TdClassName
{
border-color: #FFF06F;
}
.TagClassName
{
border-color: #FFF06F;
}
</style>