Shades of Witch Haze #FEF16F
Tints of Witch Haze #FEF16F
RGB
CMYK
RGB Variations
Color information
#FEF16F (or 0xFEF16F) is known color: Witch Haze. HEX triplet: FE, F1 and 6F. RGB value is (254,241,111). Sum of RGB (Red+Green+Blue) = 254+241+111=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 111 (43.75% from 255 or 18.32% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF16F is #010E90. Grayscale: #E6E6E6. Windows color (decimal): -69265 or 7336446. OLE color: 7336446.
HSL color Cylindrical-coordinate representation of color #FEF16F: hue angle of 54.55º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEF16F is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 111 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.00 |
| HSL | 54.55º | 0.99% | 0.72% | - |
| HSV(B) | 54.55º | 0.56% | 1% | - |
| XYZ | 75.2 | 85.13 | 27.51 | - |
| YUV | 230.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 111 | 0 | 0.05 | 0.56 | 0.00 | 54.55 | 0.99 | 0.72 |
| Hex | FE | F1 | 6F | 0 | 5 | 38 | 0 | 37 | 63 | 48 |
| Octal | 376 | 361 | 157 | 0 | 5 | 70 | 0 | 67 | 143 | 110 |
| Binary | 11111110 | 11110001 | 1101111 | 0 | 101 | 111000 | 0 | 110111 | 1100011 | 1001000 |
Color Harmonies of #FEF16F
Complementary color
Monochromatic Colors of #FEF16F
Black with #FEF16F
Text Example
Text Example
White with #FEF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF16F; }
p { color: rgb(254,241,111); }
H1.HeaderClassName
{
color: #FEF16F;
}
.AnyTagClassName
{
color: #FEF16F;
}
</style>
background-color css
<style>
a { background-color: #FEF16F; }
a { background-color: rgb(254,241,111); }
div.DivClassName
{
background-color: #FEF16F;
}
.BgClassName
{
background-color: #FEF16F;
}
</style>
border-color css
<style>
span { border-color: #FEF16F; }
span { border-color: rgb(254,241,111); }
td.TdClassName
{
border-color: #FEF16F;
}
.TagClassName
{
border-color: #FEF16F;
}
</style>