Shades of Witch Haze #FFFE7D
Tints of Witch Haze #FFFE7D
RGB
CMYK
RGB Variations
Color information
#FFFE7D (or 0xFFFE7D) is known color: Witch Haze. HEX triplet: FF, FE and 7D. RGB value is (255,254,125). Sum of RGB (Red+Green+Blue) = 255+254+125=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 125 (49.22% from 255 or 19.72% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE7D is #000182. Grayscale: #F0F0F0. Windows color (decimal): -387 or 8257279. OLE color: 8257279.
HSL color Cylindrical-coordinate representation of color #FFFE7D: hue angle of 59.54º 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 #FFFE7D is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 125 | - |
| CMYK | 0 | 0.00 | 0.51 | 0 |
| HSL | 59.54º | 1% | 0.75% | - |
| HSV(B) | 59.54º | 0.51% | 1% | - |
| XYZ | 80.38 | 93.62 | 33.24 | - |
| YUV | 239.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 125 | 0 | 0.00 | 0.51 | 0 | 59.54 | 1 | 0.75 |
| Hex | FF | FE | 7D | 0 | 0 | 33 | 0 | 3C | 64 | 4B |
| Octal | 377 | 376 | 175 | 0 | 0 | 63 | 0 | 74 | 144 | 113 |
| Binary | 11111111 | 11111110 | 1111101 | 0 | 0 | 110011 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FFFE7D
Complementary color
Monochromatic Colors of #FFFE7D
Black with #FFFE7D
Text Example
Text Example
White with #FFFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE7D; }
p { color: rgb(255,254,125); }
H1.HeaderClassName
{
color: #FFFE7D;
}
.AnyTagClassName
{
color: #FFFE7D;
}
</style>
background-color css
<style>
a { background-color: #FFFE7D; }
a { background-color: rgb(255,254,125); }
div.DivClassName
{
background-color: #FFFE7D;
}
.BgClassName
{
background-color: #FFFE7D;
}
</style>
border-color css
<style>
span { border-color: #FFFE7D; }
span { border-color: rgb(255,254,125); }
td.TdClassName
{
border-color: #FFFE7D;
}
.TagClassName
{
border-color: #FFFE7D;
}
</style>