Shades of Witch Haze #FFFE7C
Tints of Witch Haze #FFFE7C
RGB
CMYK
RGB Variations
Color information
#FFFE7C (or 0xFFFE7C) is known color: Witch Haze. HEX triplet: FF, FE and 7C. RGB value is (255,254,124). Sum of RGB (Red+Green+Blue) = 255+254+124=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 124 (48.83% from 255 or 19.59% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE7C is #000183. Grayscale: #F0F0F0. Windows color (decimal): -388 or 8191743. OLE color: 8191743.
HSL color Cylindrical-coordinate representation of color #FFFE7C: hue angle of 59.54º 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 #FFFE7C is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 124 | - |
| CMYK | 0 | 0.00 | 0.51 | 0 |
| HSL | 59.54º | 1% | 0.74% | - |
| HSV(B) | 59.54º | 0.51% | 1% | - |
| XYZ | 80.32 | 93.6 | 32.9 | - |
| YUV | 239.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 124 | 0 | 0.00 | 0.51 | 0 | 59.54 | 1 | 0.74 |
| Hex | FF | FE | 7C | 0 | 0 | 33 | 0 | 3C | 64 | 4A |
| Octal | 377 | 376 | 174 | 0 | 0 | 63 | 0 | 74 | 144 | 112 |
| Binary | 11111111 | 11111110 | 1111100 | 0 | 0 | 110011 | 0 | 111100 | 1100100 | 1001010 |
Color Harmonies of #FFFE7C
Complementary color
Monochromatic Colors of #FFFE7C
Black with #FFFE7C
Text Example
Text Example
White with #FFFE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE7C; }
p { color: rgb(255,254,124); }
H1.HeaderClassName
{
color: #FFFE7C;
}
.AnyTagClassName
{
color: #FFFE7C;
}
</style>
background-color css
<style>
a { background-color: #FFFE7C; }
a { background-color: rgb(255,254,124); }
div.DivClassName
{
background-color: #FFFE7C;
}
.BgClassName
{
background-color: #FFFE7C;
}
</style>
border-color css
<style>
span { border-color: #FFFE7C; }
span { border-color: rgb(255,254,124); }
td.TdClassName
{
border-color: #FFFE7C;
}
.TagClassName
{
border-color: #FFFE7C;
}
</style>