Shades of Witch Haze #FEF67A
Tints of Witch Haze #FEF67A
RGB
CMYK
RGB Variations
Color information
#FEF67A (or 0xFEF67A) is known color: Witch Haze. HEX triplet: FE, F6 and 7A. RGB value is (254,246,122). Sum of RGB (Red+Green+Blue) = 254+246+122=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 122 (48.05% from 255 or 19.61% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF67A is #010985. Grayscale: #EAEAEA. Windows color (decimal): -67974 or 8058622. OLE color: 8058622.
HSL color Cylindrical-coordinate representation of color #FEF67A: hue angle of 56.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF67A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 122 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.00 |
| HSL | 56.36º | 0.99% | 0.74% | - |
| HSV(B) | 56.36º | 0.52% | 1% | - |
| XYZ | 77.34 | 88.39 | 31.4 | - |
| YUV | 234.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 122 | 0 | 0.03 | 0.52 | 0.00 | 56.36 | 0.99 | 0.74 |
| Hex | FE | F6 | 7A | 0 | 3 | 34 | 0 | 38 | 63 | 4A |
| Octal | 376 | 366 | 172 | 0 | 3 | 64 | 0 | 70 | 143 | 112 |
| Binary | 11111110 | 11110110 | 1111010 | 0 | 11 | 110100 | 0 | 111000 | 1100011 | 1001010 |
Color Harmonies of #FEF67A
Complementary color
Monochromatic Colors of #FEF67A
Black with #FEF67A
Text Example
Text Example
White with #FEF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF67A; }
p { color: rgb(254,246,122); }
H1.HeaderClassName
{
color: #FEF67A;
}
.AnyTagClassName
{
color: #FEF67A;
}
</style>
background-color css
<style>
a { background-color: #FEF67A; }
a { background-color: rgb(254,246,122); }
div.DivClassName
{
background-color: #FEF67A;
}
.BgClassName
{
background-color: #FEF67A;
}
</style>
border-color css
<style>
span { border-color: #FEF67A; }
span { border-color: rgb(254,246,122); }
td.TdClassName
{
border-color: #FEF67A;
}
.TagClassName
{
border-color: #FEF67A;
}
</style>