Shades of Witch Haze #FEF07B
Tints of Witch Haze #FEF07B
RGB
CMYK
RGB Variations
Color information
#FEF07B (or 0xFEF07B) is known color: Witch Haze. HEX triplet: FE, F0 and 7B. RGB value is (254,240,123). Sum of RGB (Red+Green+Blue) = 254+240+123=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 123 (48.44% from 255 or 19.94% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF07B is #010F84. Grayscale: #E7E7E7. Windows color (decimal): -69509 or 8122622. OLE color: 8122622.
HSL color Cylindrical-coordinate representation of color #FEF07B: hue angle of 53.59º 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 #FEF07B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 123 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.00 |
| HSL | 53.59º | 0.98% | 0.74% | - |
| HSV(B) | 53.59º | 0.52% | 1% | - |
| XYZ | 75.61 | 84.82 | 31.13 | - |
| YUV | 230.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 123 | 0 | 0.06 | 0.52 | 0.00 | 53.59 | 0.98 | 0.74 |
| Hex | FE | F0 | 7B | 0 | 6 | 34 | 0 | 36 | 62 | 4A |
| Octal | 376 | 360 | 173 | 0 | 6 | 64 | 0 | 66 | 142 | 112 |
| Binary | 11111110 | 11110000 | 1111011 | 0 | 110 | 110100 | 0 | 110110 | 1100010 | 1001010 |
Color Harmonies of #FEF07B
Complementary color
Monochromatic Colors of #FEF07B
Black with #FEF07B
Text Example
Text Example
White with #FEF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF07B; }
p { color: rgb(254,240,123); }
H1.HeaderClassName
{
color: #FEF07B;
}
.AnyTagClassName
{
color: #FEF07B;
}
</style>
background-color css
<style>
a { background-color: #FEF07B; }
a { background-color: rgb(254,240,123); }
div.DivClassName
{
background-color: #FEF07B;
}
.BgClassName
{
background-color: #FEF07B;
}
</style>
border-color css
<style>
span { border-color: #FEF07B; }
span { border-color: rgb(254,240,123); }
td.TdClassName
{
border-color: #FEF07B;
}
.TagClassName
{
border-color: #FEF07B;
}
</style>