Shades of Witch Haze #FEF26A
Tints of Witch Haze #FEF26A
RGB
CMYK
RGB Variations
Color information
#FEF26A (or 0xFEF26A) is known color: Witch Haze. HEX triplet: FE, F2 and 6A. RGB value is (254,242,106). Sum of RGB (Red+Green+Blue) = 254+242+106=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 106 (41.80% from 255 or 17.61% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF26A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF26A is #010D95. Grayscale: #E6E6E6. Windows color (decimal): -69014 or 7009022. OLE color: 7009022.
HSL color Cylindrical-coordinate representation of color #FEF26A: hue angle of 55.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEF26A is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 106 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.00 |
| HSL | 55.14º | 0.99% | 0.71% | - |
| HSV(B) | 55.14º | 0.58% | 1% | - |
| XYZ | 75.23 | 85.62 | 26.2 | - |
| YUV | 230.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 106 | 0 | 0.05 | 0.58 | 0.00 | 55.14 | 0.99 | 0.71 |
| Hex | FE | F2 | 6A | 0 | 5 | 3A | 0 | 37 | 63 | 47 |
| Octal | 376 | 362 | 152 | 0 | 5 | 72 | 0 | 67 | 143 | 107 |
| Binary | 11111110 | 11110010 | 1101010 | 0 | 101 | 111010 | 0 | 110111 | 1100011 | 1000111 |
Color Harmonies of #FEF26A
Complementary color
Monochromatic Colors of #FEF26A
Black with #FEF26A
Text Example
Text Example
White with #FEF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF26A; }
p { color: rgb(254,242,106); }
H1.HeaderClassName
{
color: #FEF26A;
}
.AnyTagClassName
{
color: #FEF26A;
}
</style>
background-color css
<style>
a { background-color: #FEF26A; }
a { background-color: rgb(254,242,106); }
div.DivClassName
{
background-color: #FEF26A;
}
.BgClassName
{
background-color: #FEF26A;
}
</style>
border-color css
<style>
span { border-color: #FEF26A; }
span { border-color: rgb(254,242,106); }
td.TdClassName
{
border-color: #FEF26A;
}
.TagClassName
{
border-color: #FEF26A;
}
</style>