Shades of Witch Haze #FEF16D
Tints of Witch Haze #FEF16D
RGB
CMYK
RGB Variations
Color information
#FEF16D (or 0xFEF16D) is known color: Witch Haze. HEX triplet: FE, F1 and 6D. RGB value is (254,241,109). Sum of RGB (Red+Green+Blue) = 254+241+109=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 109 (42.97% from 255 or 18.05% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF16D is #010E92. Grayscale: #E6E6E6. Windows color (decimal): -69267 or 7205374. OLE color: 7205374.
HSL color Cylindrical-coordinate representation of color #FEF16D: hue angle of 54.62º 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 #FEF16D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 109 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.00 |
| HSL | 54.62º | 0.99% | 0.71% | - |
| HSV(B) | 54.62º | 0.57% | 1% | - |
| XYZ | 75.09 | 85.09 | 26.93 | - |
| YUV | 229.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 109 | 0 | 0.05 | 0.57 | 0.00 | 54.62 | 0.99 | 0.71 |
| Hex | FE | F1 | 6D | 0 | 5 | 39 | 0 | 37 | 63 | 47 |
| Octal | 376 | 361 | 155 | 0 | 5 | 71 | 0 | 67 | 143 | 107 |
| Binary | 11111110 | 11110001 | 1101101 | 0 | 101 | 111001 | 0 | 110111 | 1100011 | 1000111 |
Color Harmonies of #FEF16D
Complementary color
Monochromatic Colors of #FEF16D
Black with #FEF16D
Text Example
Text Example
White with #FEF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF16D; }
p { color: rgb(254,241,109); }
H1.HeaderClassName
{
color: #FEF16D;
}
.AnyTagClassName
{
color: #FEF16D;
}
</style>
background-color css
<style>
a { background-color: #FEF16D; }
a { background-color: rgb(254,241,109); }
div.DivClassName
{
background-color: #FEF16D;
}
.BgClassName
{
background-color: #FEF16D;
}
</style>
border-color css
<style>
span { border-color: #FEF16D; }
span { border-color: rgb(254,241,109); }
td.TdClassName
{
border-color: #FEF16D;
}
.TagClassName
{
border-color: #FEF16D;
}
</style>