Shades of Witch Haze #FFF16C
Tints of Witch Haze #FFF16C
RGB
CMYK
RGB Variations
Color information
#FFF16C (or 0xFFF16C) is known color: Witch Haze. HEX triplet: FF, F1 and 6C. RGB value is (255,241,108). Sum of RGB (Red+Green+Blue) = 255+241+108=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 108 (42.58% from 255 or 17.88% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF16C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF16C is #000E93. Grayscale: #E6E6E6. Windows color (decimal): -3732 or 7139839. OLE color: 7139839.
HSL color Cylindrical-coordinate representation of color #FFF16C: hue angle of 54.29º 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 #FFF16C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 108 | - |
| CMYK | 0 | 0.05 | 0.58 | 0 |
| HSL | 54.29º | 1% | 0.71% | - |
| HSV(B) | 54.29º | 0.58% | 1% | - |
| XYZ | 75.4 | 85.25 | 26.67 | - |
| YUV | 230.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 108 | 0 | 0.05 | 0.58 | 0 | 54.29 | 1 | 0.71 |
| Hex | FF | F1 | 6C | 0 | 5 | 3A | 0 | 36 | 64 | 47 |
| Octal | 377 | 361 | 154 | 0 | 5 | 72 | 0 | 66 | 144 | 107 |
| Binary | 11111111 | 11110001 | 1101100 | 0 | 101 | 111010 | 0 | 110110 | 1100100 | 1000111 |
Color Harmonies of #FFF16C
Complementary color
Monochromatic Colors of #FFF16C
Black with #FFF16C
Text Example
Text Example
White with #FFF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF16C; }
p { color: rgb(255,241,108); }
H1.HeaderClassName
{
color: #FFF16C;
}
.AnyTagClassName
{
color: #FFF16C;
}
</style>
background-color css
<style>
a { background-color: #FFF16C; }
a { background-color: rgb(255,241,108); }
div.DivClassName
{
background-color: #FFF16C;
}
.BgClassName
{
background-color: #FFF16C;
}
</style>
border-color css
<style>
span { border-color: #FFF16C; }
span { border-color: rgb(255,241,108); }
td.TdClassName
{
border-color: #FFF16C;
}
.TagClassName
{
border-color: #FFF16C;
}
</style>