Shades of Witch Haze #FEF369
Tints of Witch Haze #FEF369
RGB
CMYK
RGB Variations
Color information
#FEF369 (or 0xFEF369) is known color: Witch Haze. HEX triplet: FE, F3 and 69. RGB value is (254,243,105). Sum of RGB (Red+Green+Blue) = 254+243+105=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 105 (41.41% from 255 or 17.44% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF369 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF369 is #010C96. Grayscale: #E7E7E7. Windows color (decimal): -68759 or 6943742. OLE color: 6943742.
HSL color Cylindrical-coordinate representation of color #FEF369: hue angle of 55.57º 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 #FEF369 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 105 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.00 |
| HSL | 55.57º | 0.99% | 0.7% | - |
| HSV(B) | 55.57º | 0.59% | 1% | - |
| XYZ | 75.47 | 86.19 | 26.02 | - |
| YUV | 230.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 105 | 0 | 0.04 | 0.59 | 0.00 | 55.57 | 0.99 | 0.7 |
| Hex | FE | F3 | 69 | 0 | 4 | 3B | 0 | 38 | 63 | 46 |
| Octal | 376 | 363 | 151 | 0 | 4 | 73 | 0 | 70 | 143 | 106 |
| Binary | 11111110 | 11110011 | 1101001 | 0 | 100 | 111011 | 0 | 111000 | 1100011 | 1000110 |
Color Harmonies of #FEF369
Complementary color
Monochromatic Colors of #FEF369
Black with #FEF369
Text Example
Text Example
White with #FEF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF369; }
p { color: rgb(254,243,105); }
H1.HeaderClassName
{
color: #FEF369;
}
.AnyTagClassName
{
color: #FEF369;
}
</style>
background-color css
<style>
a { background-color: #FEF369; }
a { background-color: rgb(254,243,105); }
div.DivClassName
{
background-color: #FEF369;
}
.BgClassName
{
background-color: #FEF369;
}
</style>
border-color css
<style>
span { border-color: #FEF369; }
span { border-color: rgb(254,243,105); }
td.TdClassName
{
border-color: #FEF369;
}
.TagClassName
{
border-color: #FEF369;
}
</style>