Shades of Witch Haze #FEFF7D
Tints of Witch Haze #FEFF7D
RGB
CMYK
RGB Variations
Color information
#FEFF7D (or 0xFEFF7D) is known color: Witch Haze. HEX triplet: FE, FF and 7D. RGB value is (254,255,125). Sum of RGB (Red+Green+Blue) = 254+255+125=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 125 (49.22% from 255 or 19.72% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF7D is #010082. Grayscale: #F0F0F0. Windows color (decimal): -65667 or 8257534. OLE color: 8257534.
HSL color Cylindrical-coordinate representation of color #FEFF7D: hue angle of 60.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEFF7D is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 125 | - |
| CMYK | 0.00 | 0 | 0.51 | 0 |
| HSL | 60.46º | 1% | 0.75% | - |
| HSV(B) | 60.46º | 0.51% | 1% | - |
| XYZ | 80.33 | 94.07 | 33.33 | - |
| YUV | 239.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 125 | 0.00 | 0 | 0.51 | 0 | 60.46 | 1 | 0.75 |
| Hex | FE | FF | 7D | 0 | 0 | 33 | 0 | 3C | 64 | 4B |
| Octal | 376 | 377 | 175 | 0 | 0 | 63 | 0 | 74 | 144 | 113 |
| Binary | 11111110 | 11111111 | 1111101 | 0 | 0 | 110011 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FEFF7D
Complementary color
Monochromatic Colors of #FEFF7D
Black with #FEFF7D
Text Example
Text Example
White with #FEFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF7D; }
p { color: rgb(254,255,125); }
H1.HeaderClassName
{
color: #FEFF7D;
}
.AnyTagClassName
{
color: #FEFF7D;
}
</style>
background-color css
<style>
a { background-color: #FEFF7D; }
a { background-color: rgb(254,255,125); }
div.DivClassName
{
background-color: #FEFF7D;
}
.BgClassName
{
background-color: #FEFF7D;
}
</style>
border-color css
<style>
span { border-color: #FEFF7D; }
span { border-color: rgb(254,255,125); }
td.TdClassName
{
border-color: #FEFF7D;
}
.TagClassName
{
border-color: #FEFF7D;
}
</style>