Shades of Witch Haze #FFF36B
Tints of Witch Haze #FFF36B
RGB
CMYK
RGB Variations
Color information
#FFF36B (or 0xFFF36B) is known color: Witch Haze. HEX triplet: FF, F3 and 6B. RGB value is (255,243,107). Sum of RGB (Red+Green+Blue) = 255+243+107=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 107 (42.19% from 255 or 17.69% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF36B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF36B is #000C94. Grayscale: #E7E7E7. Windows color (decimal): -3221 or 7074815. OLE color: 7074815.
HSL color Cylindrical-coordinate representation of color #FFF36B: hue angle of 55.14º 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 #FFF36B is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 107 | - |
| CMYK | 0 | 0.05 | 0.58 | 0 |
| HSL | 55.14º | 1% | 0.71% | - |
| HSV(B) | 55.14º | 0.58% | 1% | - |
| XYZ | 75.94 | 86.42 | 26.59 | - |
| YUV | 231.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 107 | 0 | 0.05 | 0.58 | 0 | 55.14 | 1 | 0.71 |
| Hex | FF | F3 | 6B | 0 | 5 | 3A | 0 | 37 | 64 | 47 |
| Octal | 377 | 363 | 153 | 0 | 5 | 72 | 0 | 67 | 144 | 107 |
| Binary | 11111111 | 11110011 | 1101011 | 0 | 101 | 111010 | 0 | 110111 | 1100100 | 1000111 |
Color Harmonies of #FFF36B
Complementary color
Monochromatic Colors of #FFF36B
Black with #FFF36B
Text Example
Text Example
White with #FFF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF36B; }
p { color: rgb(255,243,107); }
H1.HeaderClassName
{
color: #FFF36B;
}
.AnyTagClassName
{
color: #FFF36B;
}
</style>
background-color css
<style>
a { background-color: #FFF36B; }
a { background-color: rgb(255,243,107); }
div.DivClassName
{
background-color: #FFF36B;
}
.BgClassName
{
background-color: #FFF36B;
}
</style>
border-color css
<style>
span { border-color: #FFF36B; }
span { border-color: rgb(255,243,107); }
td.TdClassName
{
border-color: #FFF36B;
}
.TagClassName
{
border-color: #FFF36B;
}
</style>