Shades of Witch Haze #FFFF7E
Tints of Witch Haze #FFFF7E
RGB
CMYK
RGB Variations
Color information
#FFFF7E (or 0xFFFF7E) is known color: Witch Haze. HEX triplet: FF, FF and 7E. RGB value is (255,255,126). Sum of RGB (Red+Green+Blue) = 255+255+126=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 126 (49.61% from 255 or 19.81% from 636); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF7E is #000081. Grayscale: #F0F0F0. Windows color (decimal): -130 or 8323071. OLE color: 8323071.
HSL color Cylindrical-coordinate representation of color #FFFF7E: 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 #FFFF7E is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 126 | - |
| CMYK | 0 | 0 | 0.51 | 0 |
| HSL | 60º | 1% | 0.75% | - |
| HSV(B) | 60º | 0.51% | 1% | - |
| XYZ | 80.77 | 94.29 | 33.68 | - |
| YUV | 240.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 126 | 0 | 0 | 0.51 | 0 | 60 | 1 | 0.75 |
| Hex | FF | FF | 7E | 0 | 0 | 33 | 0 | 3C | 64 | 4B |
| Octal | 377 | 377 | 176 | 0 | 0 | 63 | 0 | 74 | 144 | 113 |
| Binary | 11111111 | 11111111 | 1111110 | 0 | 0 | 110011 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FFFF7E
Complementary color
Monochromatic Colors of #FFFF7E
Black with #FFFF7E
Text Example
Text Example
White with #FFFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF7E; }
p { color: rgb(255,255,126); }
H1.HeaderClassName
{
color: #FFFF7E;
}
.AnyTagClassName
{
color: #FFFF7E;
}
</style>
background-color css
<style>
a { background-color: #FFFF7E; }
a { background-color: rgb(255,255,126); }
div.DivClassName
{
background-color: #FFFF7E;
}
.BgClassName
{
background-color: #FFFF7E;
}
</style>
border-color css
<style>
span { border-color: #FFFF7E; }
span { border-color: rgb(255,255,126); }
td.TdClassName
{
border-color: #FFFF7E;
}
.TagClassName
{
border-color: #FFFF7E;
}
</style>