Shades of Witch Haze #FCF27A
Tints of Witch Haze #FCF27A
RGB
CMYK
RGB Variations
Color information
#FCF27A (or 0xFCF27A) is known color: Witch Haze. HEX triplet: FC, F2 and 7A. RGB value is (252,242,122). Sum of RGB (Red+Green+Blue) = 252+242+122=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 122 (48.05% from 255 or 19.81% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF27A is #030D85. Grayscale: #E7E7E7. Windows color (decimal): -200070 or 8057596. OLE color: 8057596.
HSL color Cylindrical-coordinate representation of color #FCF27A: hue angle of 55.38º 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 #FCF27A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 122 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.01 |
| HSL | 55.38º | 0.96% | 0.73% | - |
| HSV(B) | 55.38º | 0.52% | 0.99% | - |
| XYZ | 75.41 | 85.6 | 30.96 | - |
| YUV | 231.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 122 | 0 | 0.04 | 0.52 | 0.01 | 55.38 | 0.96 | 0.73 |
| Hex | FC | F2 | 7A | 0 | 4 | 34 | 1 | 37 | 60 | 49 |
| Octal | 374 | 362 | 172 | 0 | 4 | 64 | 1 | 67 | 140 | 111 |
| Binary | 11111100 | 11110010 | 1111010 | 0 | 100 | 110100 | 1 | 110111 | 1100000 | 1001001 |
Color Harmonies of #FCF27A
Complementary color
Monochromatic Colors of #FCF27A
Black with #FCF27A
Text Example
Text Example
White with #FCF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF27A; }
p { color: rgb(252,242,122); }
H1.HeaderClassName
{
color: #FCF27A;
}
.AnyTagClassName
{
color: #FCF27A;
}
</style>
background-color css
<style>
a { background-color: #FCF27A; }
a { background-color: rgb(252,242,122); }
div.DivClassName
{
background-color: #FCF27A;
}
.BgClassName
{
background-color: #FCF27A;
}
</style>
border-color css
<style>
span { border-color: #FCF27A; }
span { border-color: rgb(252,242,122); }
td.TdClassName
{
border-color: #FCF27A;
}
.TagClassName
{
border-color: #FCF27A;
}
</style>