Shades of Witch Haze #FFFF7F
Tints of Witch Haze #FFFF7F
RGB
CMYK
RGB Variations
Color information
#FFFF7F (or 0xFFFF7F) is known color: Witch Haze. HEX triplet: FF, FF and 7F. RGB value is (255,255,127). Sum of RGB (Red+Green+Blue) = 255+255+127=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 127 (50% from 255 or 19.94% from 637); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF7F is #000080. Grayscale: #F0F0F0. Windows color (decimal): -129 or 8388607. OLE color: 8388607.
HSL color Cylindrical-coordinate representation of color #FFFF7F: hue angle of 60º 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 #FFFF7F is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 127 | - |
| CMYK | 0 | 0 | 0.50 | 0 |
| HSL | 60º | 1% | 0.75% | - |
| HSV(B) | 60º | 0.5% | 1% | - |
| XYZ | 80.83 | 94.31 | 34.02 | - |
| YUV | 240.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 127 | 0 | 0 | 0.50 | 0 | 60 | 1 | 0.75 |
| Hex | FF | FF | 7F | 0 | 0 | 32 | 0 | 3C | 64 | 4B |
| Octal | 377 | 377 | 177 | 0 | 0 | 62 | 0 | 74 | 144 | 113 |
| Binary | 11111111 | 11111111 | 1111111 | 0 | 0 | 110010 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FFFF7F
Complementary color
Monochromatic Colors of #FFFF7F
Black with #FFFF7F
Text Example
Text Example
White with #FFFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF7F; }
p { color: rgb(255,255,127); }
H1.HeaderClassName
{
color: #FFFF7F;
}
.AnyTagClassName
{
color: #FFFF7F;
}
</style>
background-color css
<style>
a { background-color: #FFFF7F; }
a { background-color: rgb(255,255,127); }
div.DivClassName
{
background-color: #FFFF7F;
}
.BgClassName
{
background-color: #FFFF7F;
}
</style>
border-color css
<style>
span { border-color: #FFFF7F; }
span { border-color: rgb(255,255,127); }
td.TdClassName
{
border-color: #FFFF7F;
}
.TagClassName
{
border-color: #FFFF7F;
}
</style>