Shades of Witch Haze #FEFE7D
Tints of Witch Haze #FEFE7D
RGB
CMYK
RGB Variations
Color information
#FEFE7D (or 0xFEFE7D) is known color: Witch Haze. HEX triplet: FE, FE and 7D. RGB value is (254,254,125). Sum of RGB (Red+Green+Blue) = 254+254+125=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 125 (49.22% from 255 or 19.75% from 633); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE7D is #010182. Grayscale: #EFEFEF. Windows color (decimal): -65923 or 8257278. OLE color: 8257278.
HSL color Cylindrical-coordinate representation of color #FEFE7D: hue angle of 60º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEFE7D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 125 | - |
| CMYK | 0 | 0 | 0.51 | 0.00 |
| HSL | 60º | 0.98% | 0.74% | - |
| HSV(B) | 60º | 0.51% | 1% | - |
| XYZ | 80.02 | 93.44 | 33.22 | - |
| YUV | 239.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 125 | 0 | 0 | 0.51 | 0.00 | 60 | 0.98 | 0.74 |
| Hex | FE | FE | 7D | 0 | 0 | 33 | 0 | 3C | 62 | 4A |
| Octal | 376 | 376 | 175 | 0 | 0 | 63 | 0 | 74 | 142 | 112 |
| Binary | 11111110 | 11111110 | 1111101 | 0 | 0 | 110011 | 0 | 111100 | 1100010 | 1001010 |
Color Harmonies of #FEFE7D
Complementary color
Monochromatic Colors of #FEFE7D
Black with #FEFE7D
Text Example
Text Example
White with #FEFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE7D; }
p { color: rgb(254,254,125); }
H1.HeaderClassName
{
color: #FEFE7D;
}
.AnyTagClassName
{
color: #FEFE7D;
}
</style>
background-color css
<style>
a { background-color: #FEFE7D; }
a { background-color: rgb(254,254,125); }
div.DivClassName
{
background-color: #FEFE7D;
}
.BgClassName
{
background-color: #FEFE7D;
}
</style>
border-color css
<style>
span { border-color: #FEFE7D; }
span { border-color: rgb(254,254,125); }
td.TdClassName
{
border-color: #FEFE7D;
}
.TagClassName
{
border-color: #FEFE7D;
}
</style>