Shades of Witch Haze #FDFF7F
Tints of Witch Haze #FDFF7F
RGB
CMYK
RGB Variations
Color information
#FDFF7F (or 0xFDFF7F) is known color: Witch Haze. HEX triplet: FD, FF and 7F. RGB value is (253,255,127). Sum of RGB (Red+Green+Blue) = 253+255+127=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 127 (50% from 255 or 20% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF7F is #020080. Grayscale: #F0F0F0. Windows color (decimal): -131201 or 8388605. OLE color: 8388605.
HSL color Cylindrical-coordinate representation of color #FDFF7F: hue angle of 60.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDFF7F is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 127 | - |
| CMYK | 0.01 | 0 | 0.50 | 0 |
| HSL | 60.94º | 1% | 0.75% | - |
| HSV(B) | 60.94º | 0.5% | 1% | - |
| XYZ | 80.1 | 93.93 | 33.99 | - |
| YUV | 239.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 127 | 0.01 | 0 | 0.50 | 0 | 60.94 | 1 | 0.75 |
| Hex | FD | FF | 7F | 1 | 0 | 32 | 0 | 3D | 64 | 4B |
| Octal | 375 | 377 | 177 | 1 | 0 | 62 | 0 | 75 | 144 | 113 |
| Binary | 11111101 | 11111111 | 1111111 | 1 | 0 | 110010 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FDFF7F
Complementary color
Monochromatic Colors of #FDFF7F
Black with #FDFF7F
Text Example
Text Example
White with #FDFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF7F; }
p { color: rgb(253,255,127); }
H1.HeaderClassName
{
color: #FDFF7F;
}
.AnyTagClassName
{
color: #FDFF7F;
}
</style>
background-color css
<style>
a { background-color: #FDFF7F; }
a { background-color: rgb(253,255,127); }
div.DivClassName
{
background-color: #FDFF7F;
}
.BgClassName
{
background-color: #FDFF7F;
}
</style>
border-color css
<style>
span { border-color: #FDFF7F; }
span { border-color: rgb(253,255,127); }
td.TdClassName
{
border-color: #FDFF7F;
}
.TagClassName
{
border-color: #FDFF7F;
}
</style>