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