Shades of Witch Haze #FEF277
Tints of Witch Haze #FEF277
RGB
CMYK
RGB Variations
Color information
#FEF277 (or 0xFEF277) is known color: Witch Haze. HEX triplet: FE, F2 and 77. RGB value is (254,242,119). Sum of RGB (Red+Green+Blue) = 254+242+119=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 119 (46.88% from 255 or 19.35% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF277 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF277 is #010D88. Grayscale: #E8E8E8. Windows color (decimal): -69001 or 7860990. OLE color: 7860990.
HSL color Cylindrical-coordinate representation of color #FEF277: hue angle of 54.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEF277 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 119 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.00 |
| HSL | 54.67º | 0.99% | 0.73% | - |
| HSV(B) | 54.67º | 0.53% | 1% | - |
| XYZ | 75.95 | 85.91 | 30.03 | - |
| YUV | 231.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 119 | 0 | 0.05 | 0.53 | 0.00 | 54.67 | 0.99 | 0.73 |
| Hex | FE | F2 | 77 | 0 | 5 | 35 | 0 | 37 | 63 | 49 |
| Octal | 376 | 362 | 167 | 0 | 5 | 65 | 0 | 67 | 143 | 111 |
| Binary | 11111110 | 11110010 | 1110111 | 0 | 101 | 110101 | 0 | 110111 | 1100011 | 1001001 |
Color Harmonies of #FEF277
Complementary color
Monochromatic Colors of #FEF277
Black with #FEF277
Text Example
Text Example
White with #FEF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF277; }
p { color: rgb(254,242,119); }
H1.HeaderClassName
{
color: #FEF277;
}
.AnyTagClassName
{
color: #FEF277;
}
</style>
background-color css
<style>
a { background-color: #FEF277; }
a { background-color: rgb(254,242,119); }
div.DivClassName
{
background-color: #FEF277;
}
.BgClassName
{
background-color: #FEF277;
}
</style>
border-color css
<style>
span { border-color: #FEF277; }
span { border-color: rgb(254,242,119); }
td.TdClassName
{
border-color: #FEF277;
}
.TagClassName
{
border-color: #FEF277;
}
</style>