Shades of Witch Haze #FEF56C
Tints of Witch Haze #FEF56C
RGB
CMYK
RGB Variations
Color information
#FEF56C (or 0xFEF56C) is known color: Witch Haze. HEX triplet: FE, F5 and 6C. RGB value is (254,245,108). Sum of RGB (Red+Green+Blue) = 254+245+108=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 108 (42.58% from 255 or 17.79% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF56C is #010A93. Grayscale: #E8E8E8. Windows color (decimal): -68244 or 7140862. OLE color: 7140862.
HSL color Cylindrical-coordinate representation of color #FEF56C: hue angle of 56.3º 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 #FEF56C is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 108 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.00 |
| HSL | 56.3º | 0.99% | 0.71% | - |
| HSV(B) | 56.3º | 0.57% | 1% | - |
| XYZ | 76.23 | 87.46 | 27.05 | - |
| YUV | 232.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 108 | 0 | 0.04 | 0.57 | 0.00 | 56.3 | 0.99 | 0.71 |
| Hex | FE | F5 | 6C | 0 | 4 | 39 | 0 | 38 | 63 | 47 |
| Octal | 376 | 365 | 154 | 0 | 4 | 71 | 0 | 70 | 143 | 107 |
| Binary | 11111110 | 11110101 | 1101100 | 0 | 100 | 111001 | 0 | 111000 | 1100011 | 1000111 |
Color Harmonies of #FEF56C
Complementary color
Monochromatic Colors of #FEF56C
Black with #FEF56C
Text Example
Text Example
White with #FEF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF56C; }
p { color: rgb(254,245,108); }
H1.HeaderClassName
{
color: #FEF56C;
}
.AnyTagClassName
{
color: #FEF56C;
}
</style>
background-color css
<style>
a { background-color: #FEF56C; }
a { background-color: rgb(254,245,108); }
div.DivClassName
{
background-color: #FEF56C;
}
.BgClassName
{
background-color: #FEF56C;
}
</style>
border-color css
<style>
span { border-color: #FEF56C; }
span { border-color: rgb(254,245,108); }
td.TdClassName
{
border-color: #FEF56C;
}
.TagClassName
{
border-color: #FEF56C;
}
</style>