Shades of Witch Haze #FFF36D
Tints of Witch Haze #FFF36D
RGB
CMYK
RGB Variations
Color information
#FFF36D (or 0xFFF36D) is known color: Witch Haze. HEX triplet: FF, F3 and 6D. RGB value is (255,243,109). Sum of RGB (Red+Green+Blue) = 255+243+109=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 109 (42.97% from 255 or 17.96% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF36D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF36D is #000C92. Grayscale: #E7E7E7. Windows color (decimal): -3219 or 7205887. OLE color: 7205887.
HSL color Cylindrical-coordinate representation of color #FFF36D: hue angle of 55.07º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFF36D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 109 | - |
| CMYK | 0 | 0.05 | 0.57 | 0 |
| HSL | 55.07º | 1% | 0.71% | - |
| HSV(B) | 55.07º | 0.57% | 1% | - |
| XYZ | 76.05 | 86.47 | 27.15 | - |
| YUV | 231.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 109 | 0 | 0.05 | 0.57 | 0 | 55.07 | 1 | 0.71 |
| Hex | FF | F3 | 6D | 0 | 5 | 39 | 0 | 37 | 64 | 47 |
| Octal | 377 | 363 | 155 | 0 | 5 | 71 | 0 | 67 | 144 | 107 |
| Binary | 11111111 | 11110011 | 1101101 | 0 | 101 | 111001 | 0 | 110111 | 1100100 | 1000111 |
Color Harmonies of #FFF36D
Complementary color
Monochromatic Colors of #FFF36D
Black with #FFF36D
Text Example
Text Example
White with #FFF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF36D; }
p { color: rgb(255,243,109); }
H1.HeaderClassName
{
color: #FFF36D;
}
.AnyTagClassName
{
color: #FFF36D;
}
</style>
background-color css
<style>
a { background-color: #FFF36D; }
a { background-color: rgb(255,243,109); }
div.DivClassName
{
background-color: #FFF36D;
}
.BgClassName
{
background-color: #FFF36D;
}
</style>
border-color css
<style>
span { border-color: #FFF36D; }
span { border-color: rgb(255,243,109); }
td.TdClassName
{
border-color: #FFF36D;
}
.TagClassName
{
border-color: #FFF36D;
}
</style>