Shades of Witch Haze #FFF36A
Tints of Witch Haze #FFF36A
RGB
CMYK
RGB Variations
Color information
#FFF36A (or 0xFFF36A) is known color: Witch Haze. HEX triplet: FF, F3 and 6A. RGB value is (255,243,106). Sum of RGB (Red+Green+Blue) = 255+243+106=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 106 (41.80% from 255 or 17.55% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF36A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF36A is #000C95. Grayscale: #E7E7E7. Windows color (decimal): -3222 or 7009279. OLE color: 7009279.
HSL color Cylindrical-coordinate representation of color #FFF36A: hue angle of 55.17º 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 #FFF36A is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 106 | - |
| CMYK | 0 | 0.05 | 0.58 | 0 |
| HSL | 55.17º | 1% | 0.71% | - |
| HSV(B) | 55.17º | 0.58% | 1% | - |
| XYZ | 75.89 | 86.4 | 26.31 | - |
| YUV | 230.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 106 | 0 | 0.05 | 0.58 | 0 | 55.17 | 1 | 0.71 |
| Hex | FF | F3 | 6A | 0 | 5 | 3A | 0 | 37 | 64 | 47 |
| Octal | 377 | 363 | 152 | 0 | 5 | 72 | 0 | 67 | 144 | 107 |
| Binary | 11111111 | 11110011 | 1101010 | 0 | 101 | 111010 | 0 | 110111 | 1100100 | 1000111 |
Color Harmonies of #FFF36A
Complementary color
Monochromatic Colors of #FFF36A
Black with #FFF36A
Text Example
Text Example
White with #FFF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF36A; }
p { color: rgb(255,243,106); }
H1.HeaderClassName
{
color: #FFF36A;
}
.AnyTagClassName
{
color: #FFF36A;
}
</style>
background-color css
<style>
a { background-color: #FFF36A; }
a { background-color: rgb(255,243,106); }
div.DivClassName
{
background-color: #FFF36A;
}
.BgClassName
{
background-color: #FFF36A;
}
</style>
border-color css
<style>
span { border-color: #FFF36A; }
span { border-color: rgb(255,243,106); }
td.TdClassName
{
border-color: #FFF36A;
}
.TagClassName
{
border-color: #FFF36A;
}
</style>