Shades of Witch Haze #FEF27B
Tints of Witch Haze #FEF27B
RGB
CMYK
RGB Variations
Color information
#FEF27B (or 0xFEF27B) is known color: Witch Haze. HEX triplet: FE, F2 and 7B. RGB value is (254,242,123). Sum of RGB (Red+Green+Blue) = 254+242+123=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 123 (48.44% from 255 or 19.87% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF27B is #010D84. Grayscale: #E8E8E8. Windows color (decimal): -68997 or 8123134. OLE color: 8123134.
HSL color Cylindrical-coordinate representation of color #FEF27B: hue angle of 54.5º 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 #FEF27B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 123 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.00 |
| HSL | 54.5º | 0.98% | 0.74% | - |
| HSV(B) | 54.5º | 0.52% | 1% | - |
| XYZ | 76.2 | 86.01 | 31.32 | - |
| YUV | 232.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 123 | 0 | 0.05 | 0.52 | 0.00 | 54.5 | 0.98 | 0.74 |
| Hex | FE | F2 | 7B | 0 | 5 | 34 | 0 | 37 | 62 | 4A |
| Octal | 376 | 362 | 173 | 0 | 5 | 64 | 0 | 67 | 142 | 112 |
| Binary | 11111110 | 11110010 | 1111011 | 0 | 101 | 110100 | 0 | 110111 | 1100010 | 1001010 |
Color Harmonies of #FEF27B
Complementary color
Monochromatic Colors of #FEF27B
Black with #FEF27B
Text Example
Text Example
White with #FEF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF27B; }
p { color: rgb(254,242,123); }
H1.HeaderClassName
{
color: #FEF27B;
}
.AnyTagClassName
{
color: #FEF27B;
}
</style>
background-color css
<style>
a { background-color: #FEF27B; }
a { background-color: rgb(254,242,123); }
div.DivClassName
{
background-color: #FEF27B;
}
.BgClassName
{
background-color: #FEF27B;
}
</style>
border-color css
<style>
span { border-color: #FEF27B; }
span { border-color: rgb(254,242,123); }
td.TdClassName
{
border-color: #FEF27B;
}
.TagClassName
{
border-color: #FEF27B;
}
</style>