Shades of Witch Haze #FEF07C
Tints of Witch Haze #FEF07C
RGB
CMYK
RGB Variations
Color information
#FEF07C (or 0xFEF07C) is known color: Witch Haze. HEX triplet: FE, F0 and 7C. RGB value is (254,240,124). Sum of RGB (Red+Green+Blue) = 254+240+124=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 124 (48.83% from 255 or 20.06% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF07C is #010F83. Grayscale: #E7E7E7. Windows color (decimal): -69508 or 8188158. OLE color: 8188158.
HSL color Cylindrical-coordinate representation of color #FEF07C: hue angle of 53.54º 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 #FEF07C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 124 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.00 |
| HSL | 53.54º | 0.98% | 0.74% | - |
| HSV(B) | 53.54º | 0.51% | 1% | - |
| XYZ | 75.67 | 84.85 | 31.46 | - |
| YUV | 230.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 124 | 0 | 0.06 | 0.51 | 0.00 | 53.54 | 0.98 | 0.74 |
| Hex | FE | F0 | 7C | 0 | 6 | 33 | 0 | 36 | 62 | 4A |
| Octal | 376 | 360 | 174 | 0 | 6 | 63 | 0 | 66 | 142 | 112 |
| Binary | 11111110 | 11110000 | 1111100 | 0 | 110 | 110011 | 0 | 110110 | 1100010 | 1001010 |
Color Harmonies of #FEF07C
Complementary color
Monochromatic Colors of #FEF07C
Black with #FEF07C
Text Example
Text Example
White with #FEF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF07C; }
p { color: rgb(254,240,124); }
H1.HeaderClassName
{
color: #FEF07C;
}
.AnyTagClassName
{
color: #FEF07C;
}
</style>
background-color css
<style>
a { background-color: #FEF07C; }
a { background-color: rgb(254,240,124); }
div.DivClassName
{
background-color: #FEF07C;
}
.BgClassName
{
background-color: #FEF07C;
}
</style>
border-color css
<style>
span { border-color: #FEF07C; }
span { border-color: rgb(254,240,124); }
td.TdClassName
{
border-color: #FEF07C;
}
.TagClassName
{
border-color: #FEF07C;
}
</style>