Shades of Witch Haze #FFF66B
Tints of Witch Haze #FFF66B
RGB
CMYK
RGB Variations
Color information
#FFF66B (or 0xFFF66B) is known color: Witch Haze. HEX triplet: FF, F6 and 6B. RGB value is (255,246,107). Sum of RGB (Red+Green+Blue) = 255+246+107=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 107 (42.19% from 255 or 17.60% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF66B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF66B is #000994. Grayscale: #E9E9E9. Windows color (decimal): -2453 or 7075583. OLE color: 7075583.
HSL color Cylindrical-coordinate representation of color #FFF66B: hue angle of 56.35º 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 #FFF66B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 107 | - |
| CMYK | 0 | 0.04 | 0.58 | 0 |
| HSL | 56.35º | 1% | 0.71% | - |
| HSV(B) | 56.35º | 0.58% | 1% | - |
| XYZ | 76.85 | 88.23 | 26.89 | - |
| YUV | 232.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 107 | 0 | 0.04 | 0.58 | 0 | 56.35 | 1 | 0.71 |
| Hex | FF | F6 | 6B | 0 | 4 | 3A | 0 | 38 | 64 | 47 |
| Octal | 377 | 366 | 153 | 0 | 4 | 72 | 0 | 70 | 144 | 107 |
| Binary | 11111111 | 11110110 | 1101011 | 0 | 100 | 111010 | 0 | 111000 | 1100100 | 1000111 |
Color Harmonies of #FFF66B
Complementary color
Monochromatic Colors of #FFF66B
Black with #FFF66B
Text Example
Text Example
White with #FFF66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF66B; }
p { color: rgb(255,246,107); }
H1.HeaderClassName
{
color: #FFF66B;
}
.AnyTagClassName
{
color: #FFF66B;
}
</style>
background-color css
<style>
a { background-color: #FFF66B; }
a { background-color: rgb(255,246,107); }
div.DivClassName
{
background-color: #FFF66B;
}
.BgClassName
{
background-color: #FFF66B;
}
</style>
border-color css
<style>
span { border-color: #FFF66B; }
span { border-color: rgb(255,246,107); }
td.TdClassName
{
border-color: #FFF66B;
}
.TagClassName
{
border-color: #FFF66B;
}
</style>