Shades of Witch Haze #FDFE7C
Tints of Witch Haze #FDFE7C
RGB
CMYK
RGB Variations
Color information
#FDFE7C (or 0xFDFE7C) is known color: Witch Haze. HEX triplet: FD, FE and 7C. RGB value is (253,254,124). Sum of RGB (Red+Green+Blue) = 253+254+124=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 124 (48.83% from 255 or 19.65% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE7C is #020183. Grayscale: #EFEFEF. Windows color (decimal): -131460 or 8191741. OLE color: 8191741.
HSL color Cylindrical-coordinate representation of color #FDFE7C: hue angle of 60.46º 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 #FDFE7C is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 124 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.00 |
| HSL | 60.46º | 0.98% | 0.74% | - |
| HSV(B) | 60.46º | 0.51% | 1% | - |
| XYZ | 79.59 | 93.22 | 32.87 | - |
| YUV | 238.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 124 | 0.00 | 0 | 0.51 | 0.00 | 60.46 | 0.98 | 0.74 |
| Hex | FD | FE | 7C | 0 | 0 | 33 | 0 | 3C | 62 | 4A |
| Octal | 375 | 376 | 174 | 0 | 0 | 63 | 0 | 74 | 142 | 112 |
| Binary | 11111101 | 11111110 | 1111100 | 0 | 0 | 110011 | 0 | 111100 | 1100010 | 1001010 |
Color Harmonies of #FDFE7C
Complementary color
Monochromatic Colors of #FDFE7C
Black with #FDFE7C
Text Example
Text Example
White with #FDFE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE7C; }
p { color: rgb(253,254,124); }
H1.HeaderClassName
{
color: #FDFE7C;
}
.AnyTagClassName
{
color: #FDFE7C;
}
</style>
background-color css
<style>
a { background-color: #FDFE7C; }
a { background-color: rgb(253,254,124); }
div.DivClassName
{
background-color: #FDFE7C;
}
.BgClassName
{
background-color: #FDFE7C;
}
</style>
border-color css
<style>
span { border-color: #FDFE7C; }
span { border-color: rgb(253,254,124); }
td.TdClassName
{
border-color: #FDFE7C;
}
.TagClassName
{
border-color: #FDFE7C;
}
</style>