Shades of Witch Haze #FFFF7D
Tints of Witch Haze #FFFF7D
RGB
CMYK
RGB Variations
Color information
#FFFF7D (or 0xFFFF7D) is known color: Witch Haze. HEX triplet: FF, FF and 7D. RGB value is (255,255,125). Sum of RGB (Red+Green+Blue) = 255+255+125=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 125 (49.22% from 255 or 19.69% from 635); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF7D is #000082. Grayscale: #F0F0F0. Windows color (decimal): -131 or 8257535. OLE color: 8257535.
HSL color Cylindrical-coordinate representation of color #FFFF7D: hue angle of 60º 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 #FFFF7D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 125 | - |
| CMYK | 0 | 0 | 0.51 | 0 |
| HSL | 60º | 1% | 0.75% | - |
| HSV(B) | 60º | 0.51% | 1% | - |
| XYZ | 80.7 | 94.26 | 33.34 | - |
| YUV | 240.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 125 | 0 | 0 | 0.51 | 0 | 60 | 1 | 0.75 |
| Hex | FF | FF | 7D | 0 | 0 | 33 | 0 | 3C | 64 | 4B |
| Octal | 377 | 377 | 175 | 0 | 0 | 63 | 0 | 74 | 144 | 113 |
| Binary | 11111111 | 11111111 | 1111101 | 0 | 0 | 110011 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FFFF7D
Complementary color
Monochromatic Colors of #FFFF7D
Black with #FFFF7D
Text Example
Text Example
White with #FFFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF7D; }
p { color: rgb(255,255,125); }
H1.HeaderClassName
{
color: #FFFF7D;
}
.AnyTagClassName
{
color: #FFFF7D;
}
</style>
background-color css
<style>
a { background-color: #FFFF7D; }
a { background-color: rgb(255,255,125); }
div.DivClassName
{
background-color: #FFFF7D;
}
.BgClassName
{
background-color: #FFFF7D;
}
</style>
border-color css
<style>
span { border-color: #FFFF7D; }
span { border-color: rgb(255,255,125); }
td.TdClassName
{
border-color: #FFFF7D;
}
.TagClassName
{
border-color: #FFFF7D;
}
</style>