Shades of Witch Haze #FEF67C
Tints of Witch Haze #FEF67C
RGB
CMYK
RGB Variations
Color information
#FEF67C (or 0xFEF67C) is known color: Witch Haze. HEX triplet: FE, F6 and 7C. RGB value is (254,246,124). Sum of RGB (Red+Green+Blue) = 254+246+124=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 124 (48.83% from 255 or 19.87% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF67C is #010983. Grayscale: #EAEAEA. Windows color (decimal): -67972 or 8189694. OLE color: 8189694.
HSL color Cylindrical-coordinate representation of color #FEF67C: hue angle of 56.31º 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 #FEF67C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 124 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.00 |
| HSL | 56.31º | 0.98% | 0.74% | - |
| HSV(B) | 56.31º | 0.51% | 1% | - |
| XYZ | 77.47 | 88.44 | 32.06 | - |
| YUV | 234.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 124 | 0 | 0.03 | 0.51 | 0.00 | 56.31 | 0.98 | 0.74 |
| Hex | FE | F6 | 7C | 0 | 3 | 33 | 0 | 38 | 62 | 4A |
| Octal | 376 | 366 | 174 | 0 | 3 | 63 | 0 | 70 | 142 | 112 |
| Binary | 11111110 | 11110110 | 1111100 | 0 | 11 | 110011 | 0 | 111000 | 1100010 | 1001010 |
Color Harmonies of #FEF67C
Complementary color
Monochromatic Colors of #FEF67C
Black with #FEF67C
Text Example
Text Example
White with #FEF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF67C; }
p { color: rgb(254,246,124); }
H1.HeaderClassName
{
color: #FEF67C;
}
.AnyTagClassName
{
color: #FEF67C;
}
</style>
background-color css
<style>
a { background-color: #FEF67C; }
a { background-color: rgb(254,246,124); }
div.DivClassName
{
background-color: #FEF67C;
}
.BgClassName
{
background-color: #FEF67C;
}
</style>
border-color css
<style>
span { border-color: #FEF67C; }
span { border-color: rgb(254,246,124); }
td.TdClassName
{
border-color: #FEF67C;
}
.TagClassName
{
border-color: #FEF67C;
}
</style>