Shades of Witch Haze #FFF36C
Tints of Witch Haze #FFF36C
RGB
CMYK
RGB Variations
Color information
#FFF36C (or 0xFFF36C) is known color: Witch Haze. HEX triplet: FF, F3 and 6C. RGB value is (255,243,108). Sum of RGB (Red+Green+Blue) = 255+243+108=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 108 (42.58% from 255 or 17.82% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF36C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF36C is #000C93. Grayscale: #E7E7E7. Windows color (decimal): -3220 or 7140351. OLE color: 7140351.
HSL color Cylindrical-coordinate representation of color #FFF36C: hue angle of 55.1º 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 #FFF36C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 108 | - |
| CMYK | 0 | 0.05 | 0.58 | 0 |
| HSL | 55.1º | 1% | 0.71% | - |
| HSV(B) | 55.1º | 0.58% | 1% | - |
| XYZ | 76 | 86.44 | 26.87 | - |
| YUV | 231.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 108 | 0 | 0.05 | 0.58 | 0 | 55.1 | 1 | 0.71 |
| Hex | FF | F3 | 6C | 0 | 5 | 3A | 0 | 37 | 64 | 47 |
| Octal | 377 | 363 | 154 | 0 | 5 | 72 | 0 | 67 | 144 | 107 |
| Binary | 11111111 | 11110011 | 1101100 | 0 | 101 | 111010 | 0 | 110111 | 1100100 | 1000111 |
Color Harmonies of #FFF36C
Complementary color
Monochromatic Colors of #FFF36C
Black with #FFF36C
Text Example
Text Example
White with #FFF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF36C; }
p { color: rgb(255,243,108); }
H1.HeaderClassName
{
color: #FFF36C;
}
.AnyTagClassName
{
color: #FFF36C;
}
</style>
background-color css
<style>
a { background-color: #FFF36C; }
a { background-color: rgb(255,243,108); }
div.DivClassName
{
background-color: #FFF36C;
}
.BgClassName
{
background-color: #FFF36C;
}
</style>
border-color css
<style>
span { border-color: #FFF36C; }
span { border-color: rgb(255,243,108); }
td.TdClassName
{
border-color: #FFF36C;
}
.TagClassName
{
border-color: #FFF36C;
}
</style>