Shades of Witch Haze #FEF17B
Tints of Witch Haze #FEF17B
RGB
CMYK
RGB Variations
Color information
#FEF17B (or 0xFEF17B) is known color: Witch Haze. HEX triplet: FE, F1 and 7B. RGB value is (254,241,123). Sum of RGB (Red+Green+Blue) = 254+241+123=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 123 (48.44% from 255 or 19.90% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF17B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF17B is #010E84. Grayscale: #E7E7E7. Windows color (decimal): -69253 or 8122878. OLE color: 8122878.
HSL color Cylindrical-coordinate representation of color #FEF17B: hue angle of 54.05º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF17B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 123 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.00 |
| HSL | 54.05º | 0.98% | 0.74% | - |
| HSV(B) | 54.05º | 0.52% | 1% | - |
| XYZ | 75.9 | 85.41 | 31.22 | - |
| YUV | 231.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 123 | 0 | 0.05 | 0.52 | 0.00 | 54.05 | 0.98 | 0.74 |
| Hex | FE | F1 | 7B | 0 | 5 | 34 | 0 | 36 | 62 | 4A |
| Octal | 376 | 361 | 173 | 0 | 5 | 64 | 0 | 66 | 142 | 112 |
| Binary | 11111110 | 11110001 | 1111011 | 0 | 101 | 110100 | 0 | 110110 | 1100010 | 1001010 |
Color Harmonies of #FEF17B
Complementary color
Monochromatic Colors of #FEF17B
Black with #FEF17B
Text Example
Text Example
White with #FEF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF17B; }
p { color: rgb(254,241,123); }
H1.HeaderClassName
{
color: #FEF17B;
}
.AnyTagClassName
{
color: #FEF17B;
}
</style>
background-color css
<style>
a { background-color: #FEF17B; }
a { background-color: rgb(254,241,123); }
div.DivClassName
{
background-color: #FEF17B;
}
.BgClassName
{
background-color: #FEF17B;
}
</style>
border-color css
<style>
span { border-color: #FEF17B; }
span { border-color: rgb(254,241,123); }
td.TdClassName
{
border-color: #FEF17B;
}
.TagClassName
{
border-color: #FEF17B;
}
</style>