Shades of Witch Haze #FEF283
Tints of Witch Haze #FEF283
RGB
CMYK
RGB Variations
Color information
#FEF283 (or 0xFEF283) is known color: Witch Haze. HEX triplet: FE, F2 and 83. RGB value is (254,242,131). Sum of RGB (Red+Green+Blue) = 254+242+131=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 131 (51.56% from 255 or 20.89% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF283 is #010D7C. Grayscale: #E9E9E9. Windows color (decimal): -68989 or 8647422. OLE color: 8647422.
HSL color Cylindrical-coordinate representation of color #FEF283: hue angle of 54.15º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEF283 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 131 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.00 |
| HSL | 54.15º | 0.98% | 0.75% | - |
| HSV(B) | 54.15º | 0.48% | 1% | - |
| XYZ | 76.72 | 86.21 | 34.07 | - |
| YUV | 232.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 131 | 0 | 0.05 | 0.48 | 0.00 | 54.15 | 0.98 | 0.75 |
| Hex | FE | F2 | 83 | 0 | 5 | 30 | 0 | 36 | 62 | 4B |
| Octal | 376 | 362 | 203 | 0 | 5 | 60 | 0 | 66 | 142 | 113 |
| Binary | 11111110 | 11110010 | 10000011 | 0 | 101 | 110000 | 0 | 110110 | 1100010 | 1001011 |
Color Harmonies of #FEF283
Complementary color
Monochromatic Colors of #FEF283
Black with #FEF283
Text Example
Text Example
White with #FEF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF283; }
p { color: rgb(254,242,131); }
H1.HeaderClassName
{
color: #FEF283;
}
.AnyTagClassName
{
color: #FEF283;
}
</style>
background-color css
<style>
a { background-color: #FEF283; }
a { background-color: rgb(254,242,131); }
div.DivClassName
{
background-color: #FEF283;
}
.BgClassName
{
background-color: #FEF283;
}
</style>
border-color css
<style>
span { border-color: #FEF283; }
span { border-color: rgb(254,242,131); }
td.TdClassName
{
border-color: #FEF283;
}
.TagClassName
{
border-color: #FEF283;
}
</style>