Shades of Witch Haze #FEFC7C
Tints of Witch Haze #FEFC7C
RGB
CMYK
RGB Variations
Color information
#FEFC7C (or 0xFEFC7C) is known color: Witch Haze. HEX triplet: FE, FC and 7C. RGB value is (254,252,124). Sum of RGB (Red+Green+Blue) = 254+252+124=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 124 (48.83% from 255 or 19.68% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC7C is #010383. Grayscale: #EEEEEE. Windows color (decimal): -66436 or 8191230. OLE color: 8191230.
HSL color Cylindrical-coordinate representation of color #FEFC7C: hue angle of 59.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEFC7C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 124 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.00 |
| HSL | 59.08º | 0.98% | 0.74% | - |
| HSV(B) | 59.08º | 0.51% | 1% | - |
| XYZ | 79.32 | 92.15 | 32.67 | - |
| YUV | 238.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 124 | 0 | 0.01 | 0.51 | 0.00 | 59.08 | 0.98 | 0.74 |
| Hex | FE | FC | 7C | 0 | 1 | 33 | 0 | 3B | 62 | 4A |
| Octal | 376 | 374 | 174 | 0 | 1 | 63 | 0 | 73 | 142 | 112 |
| Binary | 11111110 | 11111100 | 1111100 | 0 | 1 | 110011 | 0 | 111011 | 1100010 | 1001010 |
Color Harmonies of #FEFC7C
Complementary color
Monochromatic Colors of #FEFC7C
Black with #FEFC7C
Text Example
Text Example
White with #FEFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC7C; }
p { color: rgb(254,252,124); }
H1.HeaderClassName
{
color: #FEFC7C;
}
.AnyTagClassName
{
color: #FEFC7C;
}
</style>
background-color css
<style>
a { background-color: #FEFC7C; }
a { background-color: rgb(254,252,124); }
div.DivClassName
{
background-color: #FEFC7C;
}
.BgClassName
{
background-color: #FEFC7C;
}
</style>
border-color css
<style>
span { border-color: #FEFC7C; }
span { border-color: rgb(254,252,124); }
td.TdClassName
{
border-color: #FEFC7C;
}
.TagClassName
{
border-color: #FEFC7C;
}
</style>