Shades of Witch Haze #FEFF7C
Tints of Witch Haze #FEFF7C
RGB
CMYK
RGB Variations
Color information
#FEFF7C (or 0xFEFF7C) is known color: Witch Haze. HEX triplet: FE, FF and 7C. RGB value is (254,255,124). Sum of RGB (Red+Green+Blue) = 254+255+124=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 124 (48.83% from 255 or 19.59% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF7C is #010083. Grayscale: #F0F0F0. Windows color (decimal): -65668 or 8191998. OLE color: 8191998.
HSL color Cylindrical-coordinate representation of color #FEFF7C: hue angle of 60.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEFF7C is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 124 | - |
| CMYK | 0.00 | 0 | 0.51 | 0 |
| HSL | 60.46º | 1% | 0.74% | - |
| HSV(B) | 60.46º | 0.51% | 1% | - |
| XYZ | 80.27 | 94.05 | 32.99 | - |
| YUV | 239.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 124 | 0.00 | 0 | 0.51 | 0 | 60.46 | 1 | 0.74 |
| Hex | FE | FF | 7C | 0 | 0 | 33 | 0 | 3C | 64 | 4A |
| Octal | 376 | 377 | 174 | 0 | 0 | 63 | 0 | 74 | 144 | 112 |
| Binary | 11111110 | 11111111 | 1111100 | 0 | 0 | 110011 | 0 | 111100 | 1100100 | 1001010 |
Color Harmonies of #FEFF7C
Complementary color
Monochromatic Colors of #FEFF7C
Black with #FEFF7C
Text Example
Text Example
White with #FEFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF7C; }
p { color: rgb(254,255,124); }
H1.HeaderClassName
{
color: #FEFF7C;
}
.AnyTagClassName
{
color: #FEFF7C;
}
</style>
background-color css
<style>
a { background-color: #FEFF7C; }
a { background-color: rgb(254,255,124); }
div.DivClassName
{
background-color: #FEFF7C;
}
.BgClassName
{
background-color: #FEFF7C;
}
</style>
border-color css
<style>
span { border-color: #FEFF7C; }
span { border-color: rgb(254,255,124); }
td.TdClassName
{
border-color: #FEFF7C;
}
.TagClassName
{
border-color: #FEFF7C;
}
</style>