Shades of Witch Haze #FFFF7C
Tints of Witch Haze #FFFF7C
RGB
CMYK
RGB Variations
Color information
#FFFF7C (or 0xFFFF7C) is known color: Witch Haze. HEX triplet: FF, FF and 7C. RGB value is (255,255,124). Sum of RGB (Red+Green+Blue) = 255+255+124=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 124 (48.83% from 255 or 19.56% from 634); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF7C is #000083. Grayscale: #F0F0F0. Windows color (decimal): -132 or 8191999. OLE color: 8191999.
HSL color Cylindrical-coordinate representation of color #FFFF7C: hue angle of 60º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFFF7C is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 124 | - |
| CMYK | 0 | 0 | 0.51 | 0 |
| HSL | 60º | 1% | 0.74% | - |
| HSV(B) | 60º | 0.51% | 1% | - |
| XYZ | 80.64 | 94.24 | 33.01 | - |
| YUV | 240.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 124 | 0 | 0 | 0.51 | 0 | 60 | 1 | 0.74 |
| Hex | FF | FF | 7C | 0 | 0 | 33 | 0 | 3C | 64 | 4A |
| Octal | 377 | 377 | 174 | 0 | 0 | 63 | 0 | 74 | 144 | 112 |
| Binary | 11111111 | 11111111 | 1111100 | 0 | 0 | 110011 | 0 | 111100 | 1100100 | 1001010 |
Color Harmonies of #FFFF7C
Complementary color
Monochromatic Colors of #FFFF7C
Black with #FFFF7C
Text Example
Text Example
White with #FFFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF7C; }
p { color: rgb(255,255,124); }
H1.HeaderClassName
{
color: #FFFF7C;
}
.AnyTagClassName
{
color: #FFFF7C;
}
</style>
background-color css
<style>
a { background-color: #FFFF7C; }
a { background-color: rgb(255,255,124); }
div.DivClassName
{
background-color: #FFFF7C;
}
.BgClassName
{
background-color: #FFFF7C;
}
</style>
border-color css
<style>
span { border-color: #FFFF7C; }
span { border-color: rgb(255,255,124); }
td.TdClassName
{
border-color: #FFFF7C;
}
.TagClassName
{
border-color: #FFFF7C;
}
</style>