Shades of Witch Haze #FFFA7E
Tints of Witch Haze #FFFA7E
RGB
CMYK
RGB Variations
Color information
#FFFA7E (or 0xFFFA7E) is known color: Witch Haze. HEX triplet: FF, FA and 7E. RGB value is (255,250,126). Sum of RGB (Red+Green+Blue) = 255+250+126=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 126 (49.61% from 255 or 19.97% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA7E is #000581. Grayscale: #EDEDED. Windows color (decimal): -1410 or 8321791. OLE color: 8321791.
HSL color Cylindrical-coordinate representation of color #FFFA7E: hue angle of 57.67º 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 #FFFA7E is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 126 | - |
| CMYK | 0 | 0.02 | 0.51 | 0 |
| HSL | 57.67º | 1% | 0.75% | - |
| HSV(B) | 57.67º | 0.51% | 1% | - |
| XYZ | 79.19 | 91.14 | 33.16 | - |
| YUV | 237.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 126 | 0 | 0.02 | 0.51 | 0 | 57.67 | 1 | 0.75 |
| Hex | FF | FA | 7E | 0 | 2 | 33 | 0 | 3A | 64 | 4B |
| Octal | 377 | 372 | 176 | 0 | 2 | 63 | 0 | 72 | 144 | 113 |
| Binary | 11111111 | 11111010 | 1111110 | 0 | 10 | 110011 | 0 | 111010 | 1100100 | 1001011 |
Color Harmonies of #FFFA7E
Complementary color
Monochromatic Colors of #FFFA7E
Black with #FFFA7E
Text Example
Text Example
White with #FFFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA7E; }
p { color: rgb(255,250,126); }
H1.HeaderClassName
{
color: #FFFA7E;
}
.AnyTagClassName
{
color: #FFFA7E;
}
</style>
background-color css
<style>
a { background-color: #FFFA7E; }
a { background-color: rgb(255,250,126); }
div.DivClassName
{
background-color: #FFFA7E;
}
.BgClassName
{
background-color: #FFFA7E;
}
</style>
border-color css
<style>
span { border-color: #FFFA7E; }
span { border-color: rgb(255,250,126); }
td.TdClassName
{
border-color: #FFFA7E;
}
.TagClassName
{
border-color: #FFFA7E;
}
</style>