Shades of Witch Haze #FCF27E
Tints of Witch Haze #FCF27E
RGB
CMYK
RGB Variations
Color information
#FCF27E (or 0xFCF27E) is known color: Witch Haze. HEX triplet: FC, F2 and 7E. RGB value is (252,242,126). Sum of RGB (Red+Green+Blue) = 252+242+126=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 126 (49.61% from 255 or 20.32% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF27E is #030D81. Grayscale: #E8E8E8. Windows color (decimal): -200066 or 8319740. OLE color: 8319740.
HSL color Cylindrical-coordinate representation of color #FCF27E: hue angle of 55.24º 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 #FCF27E is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 126 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.01 |
| HSL | 55.24º | 0.95% | 0.74% | - |
| HSV(B) | 55.24º | 0.5% | 0.99% | - |
| XYZ | 75.66 | 85.71 | 32.29 | - |
| YUV | 231.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 126 | 0 | 0.04 | 0.5 | 0.01 | 55.24 | 0.95 | 0.74 |
| Hex | FC | F2 | 7E | 0 | 4 | 32 | 1 | 37 | 5F | 4A |
| Octal | 374 | 362 | 176 | 0 | 4 | 62 | 1 | 67 | 137 | 112 |
| Binary | 11111100 | 11110010 | 1111110 | 0 | 100 | 110010 | 1 | 110111 | 1011111 | 1001010 |
Color Harmonies of #FCF27E
Complementary color
Monochromatic Colors of #FCF27E
Black with #FCF27E
Text Example
Text Example
White with #FCF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF27E; }
p { color: rgb(252,242,126); }
H1.HeaderClassName
{
color: #FCF27E;
}
.AnyTagClassName
{
color: #FCF27E;
}
</style>
background-color css
<style>
a { background-color: #FCF27E; }
a { background-color: rgb(252,242,126); }
div.DivClassName
{
background-color: #FCF27E;
}
.BgClassName
{
background-color: #FCF27E;
}
</style>
border-color css
<style>
span { border-color: #FCF27E; }
span { border-color: rgb(252,242,126); }
td.TdClassName
{
border-color: #FCF27E;
}
.TagClassName
{
border-color: #FCF27E;
}
</style>