Shades of Witch Haze #FCF57A
Tints of Witch Haze #FCF57A
RGB
CMYK
RGB Variations
Color information
#FCF57A (or 0xFCF57A) is known color: Witch Haze. HEX triplet: FC, F5 and 7A. RGB value is (252,245,122). Sum of RGB (Red+Green+Blue) = 252+245+122=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 122 (48.05% from 255 or 19.71% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF57A is #030A85. Grayscale: #E9E9E9. Windows color (decimal): -199302 or 8058364. OLE color: 8058364.
HSL color Cylindrical-coordinate representation of color #FCF57A: hue angle of 56.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCF57A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 122 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.01 |
| HSL | 56.77º | 0.96% | 0.73% | - |
| HSV(B) | 56.77º | 0.52% | 0.99% | - |
| XYZ | 76.31 | 87.41 | 31.26 | - |
| YUV | 233.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 122 | 0 | 0.03 | 0.52 | 0.01 | 56.77 | 0.96 | 0.73 |
| Hex | FC | F5 | 7A | 0 | 3 | 34 | 1 | 39 | 60 | 49 |
| Octal | 374 | 365 | 172 | 0 | 3 | 64 | 1 | 71 | 140 | 111 |
| Binary | 11111100 | 11110101 | 1111010 | 0 | 11 | 110100 | 1 | 111001 | 1100000 | 1001001 |
Color Harmonies of #FCF57A
Complementary color
Monochromatic Colors of #FCF57A
Black with #FCF57A
Text Example
Text Example
White with #FCF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF57A; }
p { color: rgb(252,245,122); }
H1.HeaderClassName
{
color: #FCF57A;
}
.AnyTagClassName
{
color: #FCF57A;
}
</style>
background-color css
<style>
a { background-color: #FCF57A; }
a { background-color: rgb(252,245,122); }
div.DivClassName
{
background-color: #FCF57A;
}
.BgClassName
{
background-color: #FCF57A;
}
</style>
border-color css
<style>
span { border-color: #FCF57A; }
span { border-color: rgb(252,245,122); }
td.TdClassName
{
border-color: #FCF57A;
}
.TagClassName
{
border-color: #FCF57A;
}
</style>