Shades of Witch Haze #FEF168
Tints of Witch Haze #FEF168
RGB
CMYK
RGB Variations
Color information
#FEF168 (or 0xFEF168) is known color: Witch Haze. HEX triplet: FE, F1 and 68. RGB value is (254,241,104). Sum of RGB (Red+Green+Blue) = 254+241+104=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 104 (41.02% from 255 or 17.36% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF168 is #010E97. Grayscale: #E5E5E5. Windows color (decimal): -69272 or 6877694. OLE color: 6877694.
HSL color Cylindrical-coordinate representation of color #FEF168: hue angle of 54.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEF168 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 104 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.00 |
| HSL | 54.8º | 0.99% | 0.7% | - |
| HSV(B) | 54.8º | 0.59% | 1% | - |
| XYZ | 74.83 | 84.98 | 25.56 | - |
| YUV | 229.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 104 | 0 | 0.05 | 0.59 | 0.00 | 54.8 | 0.99 | 0.7 |
| Hex | FE | F1 | 68 | 0 | 5 | 3B | 0 | 37 | 63 | 46 |
| Octal | 376 | 361 | 150 | 0 | 5 | 73 | 0 | 67 | 143 | 106 |
| Binary | 11111110 | 11110001 | 1101000 | 0 | 101 | 111011 | 0 | 110111 | 1100011 | 1000110 |
Color Harmonies of #FEF168
Complementary color
Monochromatic Colors of #FEF168
Black with #FEF168
Text Example
Text Example
White with #FEF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF168; }
p { color: rgb(254,241,104); }
H1.HeaderClassName
{
color: #FEF168;
}
.AnyTagClassName
{
color: #FEF168;
}
</style>
background-color css
<style>
a { background-color: #FEF168; }
a { background-color: rgb(254,241,104); }
div.DivClassName
{
background-color: #FEF168;
}
.BgClassName
{
background-color: #FEF168;
}
</style>
border-color css
<style>
span { border-color: #FEF168; }
span { border-color: rgb(254,241,104); }
td.TdClassName
{
border-color: #FEF168;
}
.TagClassName
{
border-color: #FEF168;
}
</style>