Shades of Witch Haze #FCF36B
Tints of Witch Haze #FCF36B
RGB
CMYK
RGB Variations
Color information
#FCF36B (or 0xFCF36B) is known color: Witch Haze. HEX triplet: FC, F3 and 6B. RGB value is (252,243,107). Sum of RGB (Red+Green+Blue) = 252+243+107=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 107 (42.19% from 255 or 17.77% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF36B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF36B is #030C94. Grayscale: #E6E6E6. Windows color (decimal): -199829 or 7074812. OLE color: 7074812.
HSL color Cylindrical-coordinate representation of color #FCF36B: hue angle of 56.28º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCF36B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 107 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.01 |
| HSL | 56.28º | 0.96% | 0.7% | - |
| HSV(B) | 56.28º | 0.58% | 0.99% | - |
| XYZ | 74.85 | 85.86 | 26.54 | - |
| YUV | 230.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 107 | 0 | 0.04 | 0.58 | 0.01 | 56.28 | 0.96 | 0.7 |
| Hex | FC | F3 | 6B | 0 | 4 | 3A | 1 | 38 | 60 | 46 |
| Octal | 374 | 363 | 153 | 0 | 4 | 72 | 1 | 70 | 140 | 106 |
| Binary | 11111100 | 11110011 | 1101011 | 0 | 100 | 111010 | 1 | 111000 | 1100000 | 1000110 |
Color Harmonies of #FCF36B
Complementary color
Monochromatic Colors of #FCF36B
Black with #FCF36B
Text Example
Text Example
White with #FCF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF36B; }
p { color: rgb(252,243,107); }
H1.HeaderClassName
{
color: #FCF36B;
}
.AnyTagClassName
{
color: #FCF36B;
}
</style>
background-color css
<style>
a { background-color: #FCF36B; }
a { background-color: rgb(252,243,107); }
div.DivClassName
{
background-color: #FCF36B;
}
.BgClassName
{
background-color: #FCF36B;
}
</style>
border-color css
<style>
span { border-color: #FCF36B; }
span { border-color: rgb(252,243,107); }
td.TdClassName
{
border-color: #FCF36B;
}
.TagClassName
{
border-color: #FCF36B;
}
</style>