Shades of Witch Haze #FFFA7C
Tints of Witch Haze #FFFA7C
RGB
CMYK
RGB Variations
Color information
#FFFA7C (or 0xFFFA7C) is known color: Witch Haze. HEX triplet: FF, FA and 7C. RGB value is (255,250,124). Sum of RGB (Red+Green+Blue) = 255+250+124=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 124 (48.83% from 255 or 19.71% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA7C is #000583. Grayscale: #EDEDED. Windows color (decimal): -1412 or 8190719. OLE color: 8190719.
HSL color Cylindrical-coordinate representation of color #FFFA7C: hue angle of 57.71º 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 #FFFA7C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 124 | - |
| CMYK | 0 | 0.02 | 0.51 | 0 |
| HSL | 57.71º | 1% | 0.74% | - |
| HSV(B) | 57.71º | 0.51% | 1% | - |
| XYZ | 79.06 | 91.09 | 32.48 | - |
| YUV | 237.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 124 | 0 | 0.02 | 0.51 | 0 | 57.71 | 1 | 0.74 |
| Hex | FF | FA | 7C | 0 | 2 | 33 | 0 | 3A | 64 | 4A |
| Octal | 377 | 372 | 174 | 0 | 2 | 63 | 0 | 72 | 144 | 112 |
| Binary | 11111111 | 11111010 | 1111100 | 0 | 10 | 110011 | 0 | 111010 | 1100100 | 1001010 |
Color Harmonies of #FFFA7C
Complementary color
Monochromatic Colors of #FFFA7C
Black with #FFFA7C
Text Example
Text Example
White with #FFFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA7C; }
p { color: rgb(255,250,124); }
H1.HeaderClassName
{
color: #FFFA7C;
}
.AnyTagClassName
{
color: #FFFA7C;
}
</style>
background-color css
<style>
a { background-color: #FFFA7C; }
a { background-color: rgb(255,250,124); }
div.DivClassName
{
background-color: #FFFA7C;
}
.BgClassName
{
background-color: #FFFA7C;
}
</style>
border-color css
<style>
span { border-color: #FFFA7C; }
span { border-color: rgb(255,250,124); }
td.TdClassName
{
border-color: #FFFA7C;
}
.TagClassName
{
border-color: #FFFA7C;
}
</style>