Shades of Witch Haze #FCF16D
Tints of Witch Haze #FCF16D
RGB
CMYK
RGB Variations
Color information
#FCF16D (or 0xFCF16D) is known color: Witch Haze. HEX triplet: FC, F1 and 6D. RGB value is (252,241,109). Sum of RGB (Red+Green+Blue) = 252+241+109=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 109 (42.97% from 255 or 18.11% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF16D is #030E92. Grayscale: #E5E5E5. Windows color (decimal): -200339 or 7205372. OLE color: 7205372.
HSL color Cylindrical-coordinate representation of color #FCF16D: hue angle of 55.38º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCF16D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 109 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.01 |
| HSL | 55.38º | 0.96% | 0.71% | - |
| HSV(B) | 55.38º | 0.57% | 0.99% | - |
| XYZ | 74.36 | 84.71 | 26.9 | - |
| YUV | 229.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 109 | 0 | 0.04 | 0.57 | 0.01 | 55.38 | 0.96 | 0.71 |
| Hex | FC | F1 | 6D | 0 | 4 | 39 | 1 | 37 | 60 | 47 |
| Octal | 374 | 361 | 155 | 0 | 4 | 71 | 1 | 67 | 140 | 107 |
| Binary | 11111100 | 11110001 | 1101101 | 0 | 100 | 111001 | 1 | 110111 | 1100000 | 1000111 |
Color Harmonies of #FCF16D
Complementary color
Monochromatic Colors of #FCF16D
Black with #FCF16D
Text Example
Text Example
White with #FCF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF16D; }
p { color: rgb(252,241,109); }
H1.HeaderClassName
{
color: #FCF16D;
}
.AnyTagClassName
{
color: #FCF16D;
}
</style>
background-color css
<style>
a { background-color: #FCF16D; }
a { background-color: rgb(252,241,109); }
div.DivClassName
{
background-color: #FCF16D;
}
.BgClassName
{
background-color: #FCF16D;
}
</style>
border-color css
<style>
span { border-color: #FCF16D; }
span { border-color: rgb(252,241,109); }
td.TdClassName
{
border-color: #FCF16D;
}
.TagClassName
{
border-color: #FCF16D;
}
</style>