Shades of Witch Haze #FDFF7D
Tints of Witch Haze #FDFF7D
RGB
CMYK
RGB Variations
Color information
#FDFF7D (or 0xFDFF7D) is known color: Witch Haze. HEX triplet: FD, FF and 7D. RGB value is (253,255,125). Sum of RGB (Red+Green+Blue) = 253+255+125=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 125 (49.22% from 255 or 19.75% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF7D is #020082. Grayscale: #F0F0F0. Windows color (decimal): -131203 or 8257533. OLE color: 8257533.
HSL color Cylindrical-coordinate representation of color #FDFF7D: hue angle of 60.92º 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 #FDFF7D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 125 | - |
| CMYK | 0.01 | 0 | 0.51 | 0 |
| HSL | 60.92º | 1% | 0.75% | - |
| HSV(B) | 60.92º | 0.51% | 1% | - |
| XYZ | 79.97 | 93.88 | 33.31 | - |
| YUV | 239.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 125 | 0.01 | 0 | 0.51 | 0 | 60.92 | 1 | 0.75 |
| Hex | FD | FF | 7D | 1 | 0 | 33 | 0 | 3D | 64 | 4B |
| Octal | 375 | 377 | 175 | 1 | 0 | 63 | 0 | 75 | 144 | 113 |
| Binary | 11111101 | 11111111 | 1111101 | 1 | 0 | 110011 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FDFF7D
Complementary color
Monochromatic Colors of #FDFF7D
Black with #FDFF7D
Text Example
Text Example
White with #FDFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF7D; }
p { color: rgb(253,255,125); }
H1.HeaderClassName
{
color: #FDFF7D;
}
.AnyTagClassName
{
color: #FDFF7D;
}
</style>
background-color css
<style>
a { background-color: #FDFF7D; }
a { background-color: rgb(253,255,125); }
div.DivClassName
{
background-color: #FDFF7D;
}
.BgClassName
{
background-color: #FDFF7D;
}
</style>
border-color css
<style>
span { border-color: #FDFF7D; }
span { border-color: rgb(253,255,125); }
td.TdClassName
{
border-color: #FDFF7D;
}
.TagClassName
{
border-color: #FDFF7D;
}
</style>