Shades of Witch Haze #FCF875
Tints of Witch Haze #FCF875
RGB
CMYK
RGB Variations
Color information
#FCF875 (or 0xFCF875) is known color: Witch Haze. HEX triplet: FC, F8 and 75. RGB value is (252,248,117). Sum of RGB (Red+Green+Blue) = 252+248+117=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 117 (46.09% from 255 or 18.96% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF875 is #03078A. Grayscale: #EAEAEA. Windows color (decimal): -198539 or 7731452. OLE color: 7731452.
HSL color Cylindrical-coordinate representation of color #FCF875: hue angle of 58.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCF875 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 117 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.01 |
| HSL | 58.22º | 0.96% | 0.72% | - |
| HSV(B) | 58.22º | 0.54% | 0.99% | - |
| XYZ | 76.92 | 89.11 | 29.98 | - |
| YUV | 234.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 117 | 0 | 0.02 | 0.54 | 0.01 | 58.22 | 0.96 | 0.72 |
| Hex | FC | F8 | 75 | 0 | 2 | 36 | 1 | 3A | 60 | 48 |
| Octal | 374 | 370 | 165 | 0 | 2 | 66 | 1 | 72 | 140 | 110 |
| Binary | 11111100 | 11111000 | 1110101 | 0 | 10 | 110110 | 1 | 111010 | 1100000 | 1001000 |
Color Harmonies of #FCF875
Complementary color
Monochromatic Colors of #FCF875
Black with #FCF875
Text Example
Text Example
White with #FCF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF875; }
p { color: rgb(252,248,117); }
H1.HeaderClassName
{
color: #FCF875;
}
.AnyTagClassName
{
color: #FCF875;
}
</style>
background-color css
<style>
a { background-color: #FCF875; }
a { background-color: rgb(252,248,117); }
div.DivClassName
{
background-color: #FCF875;
}
.BgClassName
{
background-color: #FCF875;
}
</style>
border-color css
<style>
span { border-color: #FCF875; }
span { border-color: rgb(252,248,117); }
td.TdClassName
{
border-color: #FCF875;
}
.TagClassName
{
border-color: #FCF875;
}
</style>