Shades of Witch Haze #FEFF7A
Tints of Witch Haze #FEFF7A
RGB
CMYK
RGB Variations
Color information
#FEFF7A (or 0xFEFF7A) is known color: Witch Haze. HEX triplet: FE, FF and 7A. RGB value is (254,255,122). Sum of RGB (Red+Green+Blue) = 254+255+122=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 122 (48.05% from 255 or 19.33% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF7A is #010085. Grayscale: #F0F0F0. Windows color (decimal): -65670 or 8060926. OLE color: 8060926.
HSL color Cylindrical-coordinate representation of color #FEFF7A: hue angle of 60.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEFF7A is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 122 | - |
| CMYK | 0.00 | 0 | 0.52 | 0 |
| HSL | 60.45º | 1% | 0.74% | - |
| HSV(B) | 60.45º | 0.52% | 1% | - |
| XYZ | 80.15 | 94 | 32.33 | - |
| YUV | 239.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 122 | 0.00 | 0 | 0.52 | 0 | 60.45 | 1 | 0.74 |
| Hex | FE | FF | 7A | 0 | 0 | 34 | 0 | 3C | 64 | 4A |
| Octal | 376 | 377 | 172 | 0 | 0 | 64 | 0 | 74 | 144 | 112 |
| Binary | 11111110 | 11111111 | 1111010 | 0 | 0 | 110100 | 0 | 111100 | 1100100 | 1001010 |
Color Harmonies of #FEFF7A
Complementary color
Monochromatic Colors of #FEFF7A
Black with #FEFF7A
Text Example
Text Example
White with #FEFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF7A; }
p { color: rgb(254,255,122); }
H1.HeaderClassName
{
color: #FEFF7A;
}
.AnyTagClassName
{
color: #FEFF7A;
}
</style>
background-color css
<style>
a { background-color: #FEFF7A; }
a { background-color: rgb(254,255,122); }
div.DivClassName
{
background-color: #FEFF7A;
}
.BgClassName
{
background-color: #FEFF7A;
}
</style>
border-color css
<style>
span { border-color: #FEFF7A; }
span { border-color: rgb(254,255,122); }
td.TdClassName
{
border-color: #FEFF7A;
}
.TagClassName
{
border-color: #FEFF7A;
}
</style>