Shades of Witch Haze #FEF26C
Tints of Witch Haze #FEF26C
RGB
CMYK
RGB Variations
Color information
#FEF26C (or 0xFEF26C) is known color: Witch Haze. HEX triplet: FE, F2 and 6C. RGB value is (254,242,108). Sum of RGB (Red+Green+Blue) = 254+242+108=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 108 (42.58% from 255 or 17.88% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF26C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF26C is #010D93. Grayscale: #E6E6E6. Windows color (decimal): -69012 or 7140094. OLE color: 7140094.
HSL color Cylindrical-coordinate representation of color #FEF26C: hue angle of 55.07º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEF26C is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 108 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.00 |
| HSL | 55.07º | 0.99% | 0.71% | - |
| HSV(B) | 55.07º | 0.57% | 1% | - |
| XYZ | 75.33 | 85.66 | 26.75 | - |
| YUV | 230.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 108 | 0 | 0.05 | 0.57 | 0.00 | 55.07 | 0.99 | 0.71 |
| Hex | FE | F2 | 6C | 0 | 5 | 39 | 0 | 37 | 63 | 47 |
| Octal | 376 | 362 | 154 | 0 | 5 | 71 | 0 | 67 | 143 | 107 |
| Binary | 11111110 | 11110010 | 1101100 | 0 | 101 | 111001 | 0 | 110111 | 1100011 | 1000111 |
Color Harmonies of #FEF26C
Complementary color
Monochromatic Colors of #FEF26C
Black with #FEF26C
Text Example
Text Example
White with #FEF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF26C; }
p { color: rgb(254,242,108); }
H1.HeaderClassName
{
color: #FEF26C;
}
.AnyTagClassName
{
color: #FEF26C;
}
</style>
background-color css
<style>
a { background-color: #FEF26C; }
a { background-color: rgb(254,242,108); }
div.DivClassName
{
background-color: #FEF26C;
}
.BgClassName
{
background-color: #FEF26C;
}
</style>
border-color css
<style>
span { border-color: #FEF26C; }
span { border-color: rgb(254,242,108); }
td.TdClassName
{
border-color: #FEF26C;
}
.TagClassName
{
border-color: #FEF26C;
}
</style>