Shades of Witch Haze #FCF57D
Tints of Witch Haze #FCF57D
RGB
CMYK
RGB Variations
Color information
#FCF57D (or 0xFCF57D) is known color: Witch Haze. HEX triplet: FC, F5 and 7D. RGB value is (252,245,125). Sum of RGB (Red+Green+Blue) = 252+245+125=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 125 (49.22% from 255 or 20.10% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF57D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF57D is #030A82. Grayscale: #E9E9E9. Windows color (decimal): -199299 or 8254972. OLE color: 8254972.
HSL color Cylindrical-coordinate representation of color #FCF57D: hue angle of 56.69º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCF57D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 125 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.01 |
| HSL | 56.69º | 0.95% | 0.74% | - |
| HSV(B) | 56.69º | 0.5% | 0.99% | - |
| XYZ | 76.5 | 87.48 | 32.26 | - |
| YUV | 233.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 125 | 0 | 0.03 | 0.50 | 0.01 | 56.69 | 0.95 | 0.74 |
| Hex | FC | F5 | 7D | 0 | 3 | 32 | 1 | 39 | 5F | 4A |
| Octal | 374 | 365 | 175 | 0 | 3 | 62 | 1 | 71 | 137 | 112 |
| Binary | 11111100 | 11110101 | 1111101 | 0 | 11 | 110010 | 1 | 111001 | 1011111 | 1001010 |
Color Harmonies of #FCF57D
Complementary color
Monochromatic Colors of #FCF57D
Black with #FCF57D
Text Example
Text Example
White with #FCF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF57D; }
p { color: rgb(252,245,125); }
H1.HeaderClassName
{
color: #FCF57D;
}
.AnyTagClassName
{
color: #FCF57D;
}
</style>
background-color css
<style>
a { background-color: #FCF57D; }
a { background-color: rgb(252,245,125); }
div.DivClassName
{
background-color: #FCF57D;
}
.BgClassName
{
background-color: #FCF57D;
}
</style>
border-color css
<style>
span { border-color: #FCF57D; }
span { border-color: rgb(252,245,125); }
td.TdClassName
{
border-color: #FCF57D;
}
.TagClassName
{
border-color: #FCF57D;
}
</style>