Shades of Witch Haze #FEF27F
Tints of Witch Haze #FEF27F
RGB
CMYK
RGB Variations
Color information
#FEF27F (or 0xFEF27F) is known color: Witch Haze. HEX triplet: FE, F2 and 7F. RGB value is (254,242,127). Sum of RGB (Red+Green+Blue) = 254+242+127=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 127 (50% from 255 or 20.39% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF27F is #010D80. Grayscale: #E8E8E8. Windows color (decimal): -68993 or 8385278. OLE color: 8385278.
HSL color Cylindrical-coordinate representation of color #FEF27F: hue angle of 54.33º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEF27F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 127 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.00 |
| HSL | 54.33º | 0.98% | 0.75% | - |
| HSV(B) | 54.33º | 0.5% | 1% | - |
| XYZ | 76.46 | 86.11 | 32.67 | - |
| YUV | 232.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 127 | 0 | 0.05 | 0.50 | 0.00 | 54.33 | 0.98 | 0.75 |
| Hex | FE | F2 | 7F | 0 | 5 | 32 | 0 | 36 | 62 | 4B |
| Octal | 376 | 362 | 177 | 0 | 5 | 62 | 0 | 66 | 142 | 113 |
| Binary | 11111110 | 11110010 | 1111111 | 0 | 101 | 110010 | 0 | 110110 | 1100010 | 1001011 |
Color Harmonies of #FEF27F
Complementary color
Monochromatic Colors of #FEF27F
Black with #FEF27F
Text Example
Text Example
White with #FEF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF27F; }
p { color: rgb(254,242,127); }
H1.HeaderClassName
{
color: #FEF27F;
}
.AnyTagClassName
{
color: #FEF27F;
}
</style>
background-color css
<style>
a { background-color: #FEF27F; }
a { background-color: rgb(254,242,127); }
div.DivClassName
{
background-color: #FEF27F;
}
.BgClassName
{
background-color: #FEF27F;
}
</style>
border-color css
<style>
span { border-color: #FEF27F; }
span { border-color: rgb(254,242,127); }
td.TdClassName
{
border-color: #FEF27F;
}
.TagClassName
{
border-color: #FEF27F;
}
</style>