Shades of Lightning Yellow #FAA531
Tints of Lightning Yellow #FAA531
RGB
CMYK
RGB Variations
Color information
#FAA531 (or 0xFAA531) is known color: Lightning Yellow. HEX triplet: FA, A5 and 31. RGB value is (250,165,49). Sum of RGB (Red+Green+Blue) = 250+165+49=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA531 is #055ACE. Grayscale: #B1B1B1. Windows color (decimal): -350927 or 3253754. OLE color: 3253754.
HSL color Cylindrical-coordinate representation of color #FAA531: hue angle of 34.63º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAA531 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 49 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.02 |
| HSL | 34.63º | 0.95% | 0.59% | - |
| HSV(B) | 34.63º | 0.8% | 0.98% | - |
| XYZ | 53.43 | 47.46 | 9.25 | - |
| YUV | 177.19 | 55.66 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 49 | 0 | 0.34 | 0.80 | 0.02 | 34.63 | 0.95 | 0.59 |
| Hex | FA | A5 | 31 | 0 | 22 | 50 | 2 | 23 | 5F | 3B |
| Octal | 372 | 245 | 61 | 0 | 42 | 120 | 2 | 43 | 137 | 73 |
| Binary | 11111010 | 10100101 | 110001 | 0 | 100010 | 1010000 | 10 | 100011 | 1011111 | 111011 |
Color Harmonies of #FAA531
Complementary color
Monochromatic Colors of #FAA531
Black with #FAA531
Text Example
Text Example
White with #FAA531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA531; }
p { color: rgb(250,165,49); }
H1.HeaderClassName
{
color: #FAA531;
}
.AnyTagClassName
{
color: #FAA531;
}
</style>
background-color css
<style>
a { background-color: #FAA531; }
a { background-color: rgb(250,165,49); }
div.DivClassName
{
background-color: #FAA531;
}
.BgClassName
{
background-color: #FAA531;
}
</style>
border-color css
<style>
span { border-color: #FAA531; }
span { border-color: rgb(250,165,49); }
td.TdClassName
{
border-color: #FAA531;
}
.TagClassName
{
border-color: #FAA531;
}
</style>