Shades of Witch Haze #FFFA7A
Tints of Witch Haze #FFFA7A
RGB
CMYK
RGB Variations
Color information
#FFFA7A (or 0xFFFA7A) is known color: Witch Haze. HEX triplet: FF, FA and 7A. RGB value is (255,250,122). Sum of RGB (Red+Green+Blue) = 255+250+122=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 122 (48.05% from 255 or 19.46% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA7A is #000585. Grayscale: #EDEDED. Windows color (decimal): -1414 or 8059647. OLE color: 8059647.
HSL color Cylindrical-coordinate representation of color #FFFA7A: hue angle of 57.74º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFFA7A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 122 | - |
| CMYK | 0 | 0.02 | 0.52 | 0 |
| HSL | 57.74º | 1% | 0.74% | - |
| HSV(B) | 57.74º | 0.52% | 1% | - |
| XYZ | 78.94 | 91.04 | 31.82 | - |
| YUV | 236.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 122 | 0 | 0.02 | 0.52 | 0 | 57.74 | 1 | 0.74 |
| Hex | FF | FA | 7A | 0 | 2 | 34 | 0 | 3A | 64 | 4A |
| Octal | 377 | 372 | 172 | 0 | 2 | 64 | 0 | 72 | 144 | 112 |
| Binary | 11111111 | 11111010 | 1111010 | 0 | 10 | 110100 | 0 | 111010 | 1100100 | 1001010 |
Color Harmonies of #FFFA7A
Complementary color
Monochromatic Colors of #FFFA7A
Black with #FFFA7A
Text Example
Text Example
White with #FFFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA7A; }
p { color: rgb(255,250,122); }
H1.HeaderClassName
{
color: #FFFA7A;
}
.AnyTagClassName
{
color: #FFFA7A;
}
</style>
background-color css
<style>
a { background-color: #FFFA7A; }
a { background-color: rgb(255,250,122); }
div.DivClassName
{
background-color: #FFFA7A;
}
.BgClassName
{
background-color: #FFFA7A;
}
</style>
border-color css
<style>
span { border-color: #FFFA7A; }
span { border-color: rgb(255,250,122); }
td.TdClassName
{
border-color: #FFFA7A;
}
.TagClassName
{
border-color: #FFFA7A;
}
</style>