Shades of Witch Haze #FFFA82
Tints of Witch Haze #FFFA82
RGB
CMYK
RGB Variations
Color information
#FFFA82 (or 0xFFFA82) is known color: Witch Haze. HEX triplet: FF, FA and 82. RGB value is (255,250,130). Sum of RGB (Red+Green+Blue) = 255+250+130=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 130 (51.17% from 255 or 20.47% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA82 is #00057D. Grayscale: #EEEEEE. Windows color (decimal): -1406 or 8583935. OLE color: 8583935.
HSL color Cylindrical-coordinate representation of color #FFFA82: hue angle of 57.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFFA82 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 130 | - |
| CMYK | 0 | 0.02 | 0.49 | 0 |
| HSL | 57.6º | 1% | 0.75% | - |
| HSV(B) | 57.6º | 0.49% | 1% | - |
| XYZ | 79.45 | 91.24 | 34.54 | - |
| YUV | 237.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 130 | 0 | 0.02 | 0.49 | 0 | 57.6 | 1 | 0.75 |
| Hex | FF | FA | 82 | 0 | 2 | 31 | 0 | 3A | 64 | 4B |
| Octal | 377 | 372 | 202 | 0 | 2 | 61 | 0 | 72 | 144 | 113 |
| Binary | 11111111 | 11111010 | 10000010 | 0 | 10 | 110001 | 0 | 111010 | 1100100 | 1001011 |
Color Harmonies of #FFFA82
Complementary color
Monochromatic Colors of #FFFA82
Black with #FFFA82
Text Example
Text Example
White with #FFFA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA82; }
p { color: rgb(255,250,130); }
H1.HeaderClassName
{
color: #FFFA82;
}
.AnyTagClassName
{
color: #FFFA82;
}
</style>
background-color css
<style>
a { background-color: #FFFA82; }
a { background-color: rgb(255,250,130); }
div.DivClassName
{
background-color: #FFFA82;
}
.BgClassName
{
background-color: #FFFA82;
}
</style>
border-color css
<style>
span { border-color: #FFFA82; }
span { border-color: rgb(255,250,130); }
td.TdClassName
{
border-color: #FFFA82;
}
.TagClassName
{
border-color: #FFFA82;
}
</style>