Shades of Witch Haze #FEF069
Tints of Witch Haze #FEF069
RGB
CMYK
RGB Variations
Color information
#FEF069 (or 0xFEF069) is known color: Witch Haze. HEX triplet: FE, F0 and 69. RGB value is (254,240,105). Sum of RGB (Red+Green+Blue) = 254+240+105=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 105 (41.41% from 255 or 17.53% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF069 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF069 is #010F96. Grayscale: #E5E5E5. Windows color (decimal): -69527 or 6942974. OLE color: 6942974.
HSL color Cylindrical-coordinate representation of color #FEF069: hue angle of 54.36º 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 #FEF069 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 105 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.00 |
| HSL | 54.36º | 0.99% | 0.7% | - |
| HSV(B) | 54.36º | 0.59% | 1% | - |
| XYZ | 74.58 | 84.41 | 25.73 | - |
| YUV | 228.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 105 | 0 | 0.06 | 0.59 | 0.00 | 54.36 | 0.99 | 0.7 |
| Hex | FE | F0 | 69 | 0 | 6 | 3B | 0 | 36 | 63 | 46 |
| Octal | 376 | 360 | 151 | 0 | 6 | 73 | 0 | 66 | 143 | 106 |
| Binary | 11111110 | 11110000 | 1101001 | 0 | 110 | 111011 | 0 | 110110 | 1100011 | 1000110 |
Color Harmonies of #FEF069
Complementary color
Monochromatic Colors of #FEF069
Black with #FEF069
Text Example
Text Example
White with #FEF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF069; }
p { color: rgb(254,240,105); }
H1.HeaderClassName
{
color: #FEF069;
}
.AnyTagClassName
{
color: #FEF069;
}
</style>
background-color css
<style>
a { background-color: #FEF069; }
a { background-color: rgb(254,240,105); }
div.DivClassName
{
background-color: #FEF069;
}
.BgClassName
{
background-color: #FEF069;
}
</style>
border-color css
<style>
span { border-color: #FEF069; }
span { border-color: rgb(254,240,105); }
td.TdClassName
{
border-color: #FEF069;
}
.TagClassName
{
border-color: #FEF069;
}
</style>