Shades of Witch Haze #FCF27D
Tints of Witch Haze #FCF27D
RGB
CMYK
RGB Variations
Color information
#FCF27D (or 0xFCF27D) is known color: Witch Haze. HEX triplet: FC, F2 and 7D. RGB value is (252,242,125). Sum of RGB (Red+Green+Blue) = 252+242+125=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 125 (49.22% from 255 or 20.19% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF27D is #030D82. Grayscale: #E8E8E8. Windows color (decimal): -200067 or 8254204. OLE color: 8254204.
HSL color Cylindrical-coordinate representation of color #FCF27D: hue angle of 55.28º 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 #FCF27D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 125 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.01 |
| HSL | 55.28º | 0.95% | 0.74% | - |
| HSV(B) | 55.28º | 0.5% | 0.99% | - |
| XYZ | 75.6 | 85.68 | 31.96 | - |
| YUV | 231.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 125 | 0 | 0.04 | 0.50 | 0.01 | 55.28 | 0.95 | 0.74 |
| Hex | FC | F2 | 7D | 0 | 4 | 32 | 1 | 37 | 5F | 4A |
| Octal | 374 | 362 | 175 | 0 | 4 | 62 | 1 | 67 | 137 | 112 |
| Binary | 11111100 | 11110010 | 1111101 | 0 | 100 | 110010 | 1 | 110111 | 1011111 | 1001010 |
Color Harmonies of #FCF27D
Complementary color
Monochromatic Colors of #FCF27D
Black with #FCF27D
Text Example
Text Example
White with #FCF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF27D; }
p { color: rgb(252,242,125); }
H1.HeaderClassName
{
color: #FCF27D;
}
.AnyTagClassName
{
color: #FCF27D;
}
</style>
background-color css
<style>
a { background-color: #FCF27D; }
a { background-color: rgb(252,242,125); }
div.DivClassName
{
background-color: #FCF27D;
}
.BgClassName
{
background-color: #FCF27D;
}
</style>
border-color css
<style>
span { border-color: #FCF27D; }
span { border-color: rgb(252,242,125); }
td.TdClassName
{
border-color: #FCF27D;
}
.TagClassName
{
border-color: #FCF27D;
}
</style>