Shades of Witch Haze #FCF184
Tints of Witch Haze #FCF184
RGB
CMYK
RGB Variations
Color information
#FCF184 (or 0xFCF184) is known color: Witch Haze. HEX triplet: FC, F1 and 84. RGB value is (252,241,132). Sum of RGB (Red+Green+Blue) = 252+241+132=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 132 (51.95% from 255 or 21.12% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF184 is #030E7B. Grayscale: #E8E8E8. Windows color (decimal): -200316 or 8712700. OLE color: 8712700.
HSL color Cylindrical-coordinate representation of color #FCF184: hue angle of 54.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCF184 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 132 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.01 |
| HSL | 54.5º | 0.95% | 0.75% | - |
| HSV(B) | 54.5º | 0.48% | 0.99% | - |
| XYZ | 75.77 | 85.27 | 34.3 | - |
| YUV | 231.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 132 | 0 | 0.04 | 0.48 | 0.01 | 54.5 | 0.95 | 0.75 |
| Hex | FC | F1 | 84 | 0 | 4 | 30 | 1 | 36 | 5F | 4B |
| Octal | 374 | 361 | 204 | 0 | 4 | 60 | 1 | 66 | 137 | 113 |
| Binary | 11111100 | 11110001 | 10000100 | 0 | 100 | 110000 | 1 | 110110 | 1011111 | 1001011 |
Color Harmonies of #FCF184
Complementary color
Monochromatic Colors of #FCF184
Black with #FCF184
Text Example
Text Example
White with #FCF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF184; }
p { color: rgb(252,241,132); }
H1.HeaderClassName
{
color: #FCF184;
}
.AnyTagClassName
{
color: #FCF184;
}
</style>
background-color css
<style>
a { background-color: #FCF184; }
a { background-color: rgb(252,241,132); }
div.DivClassName
{
background-color: #FCF184;
}
.BgClassName
{
background-color: #FCF184;
}
</style>
border-color css
<style>
span { border-color: #FCF184; }
span { border-color: rgb(252,241,132); }
td.TdClassName
{
border-color: #FCF184;
}
.TagClassName
{
border-color: #FCF184;
}
</style>