Shades of Witch Haze #FDFE7D
Tints of Witch Haze #FDFE7D
RGB
CMYK
RGB Variations
Color information
#FDFE7D (or 0xFDFE7D) is known color: Witch Haze. HEX triplet: FD, FE and 7D. RGB value is (253,254,125). Sum of RGB (Red+Green+Blue) = 253+254+125=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 125 (49.22% from 255 or 19.78% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE7D is #020182. Grayscale: #EFEFEF. Windows color (decimal): -131459 or 8257277. OLE color: 8257277.
HSL color Cylindrical-coordinate representation of color #FDFE7D: hue angle of 60.47º 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 #FDFE7D is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 125 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.00 |
| HSL | 60.47º | 0.98% | 0.74% | - |
| HSV(B) | 60.47º | 0.51% | 1% | - |
| XYZ | 79.65 | 93.25 | 33.2 | - |
| YUV | 239 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 125 | 0.00 | 0 | 0.51 | 0.00 | 60.47 | 0.98 | 0.74 |
| Hex | FD | FE | 7D | 0 | 0 | 33 | 0 | 3C | 62 | 4A |
| Octal | 375 | 376 | 175 | 0 | 0 | 63 | 0 | 74 | 142 | 112 |
| Binary | 11111101 | 11111110 | 1111101 | 0 | 0 | 110011 | 0 | 111100 | 1100010 | 1001010 |
Color Harmonies of #FDFE7D
Complementary color
Monochromatic Colors of #FDFE7D
Black with #FDFE7D
Text Example
Text Example
White with #FDFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE7D; }
p { color: rgb(253,254,125); }
H1.HeaderClassName
{
color: #FDFE7D;
}
.AnyTagClassName
{
color: #FDFE7D;
}
</style>
background-color css
<style>
a { background-color: #FDFE7D; }
a { background-color: rgb(253,254,125); }
div.DivClassName
{
background-color: #FDFE7D;
}
.BgClassName
{
background-color: #FDFE7D;
}
</style>
border-color css
<style>
span { border-color: #FDFE7D; }
span { border-color: rgb(253,254,125); }
td.TdClassName
{
border-color: #FDFE7D;
}
.TagClassName
{
border-color: #FDFE7D;
}
</style>