Shades of Lightning Yellow #FAA925
Tints of Lightning Yellow #FAA925
RGB
CMYK
RGB Variations
Color information
#FAA925 (or 0xFAA925) is known color: Lightning Yellow. HEX triplet: FA, A9 and 25. RGB value is (250,169,37). Sum of RGB (Red+Green+Blue) = 250+169+37=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA925 is #0556DA. Grayscale: #B2B2B2. Windows color (decimal): -349915 or 2468346. OLE color: 2468346.
HSL color Cylindrical-coordinate representation of color #FAA925: hue angle of 37.18º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAA925 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.02 |
| HSL | 37.18º | 0.96% | 0.56% | - |
| HSV(B) | 37.18º | 0.85% | 0.98% | - |
| XYZ | 53.95 | 48.83 | 8.33 | - |
| YUV | 178.17 | 48.34 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 37 | 0 | 0.32 | 0.85 | 0.02 | 37.18 | 0.96 | 0.56 |
| Hex | FA | A9 | 25 | 0 | 20 | 55 | 2 | 25 | 60 | 38 |
| Octal | 372 | 251 | 45 | 0 | 40 | 125 | 2 | 45 | 140 | 70 |
| Binary | 11111010 | 10101001 | 100101 | 0 | 100000 | 1010101 | 10 | 100101 | 1100000 | 111000 |
Color Harmonies of #FAA925
Complementary color
Monochromatic Colors of #FAA925
Black with #FAA925
Text Example
Text Example
White with #FAA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA925; }
p { color: rgb(250,169,37); }
H1.HeaderClassName
{
color: #FAA925;
}
.AnyTagClassName
{
color: #FAA925;
}
</style>
background-color css
<style>
a { background-color: #FAA925; }
a { background-color: rgb(250,169,37); }
div.DivClassName
{
background-color: #FAA925;
}
.BgClassName
{
background-color: #FAA925;
}
</style>
border-color css
<style>
span { border-color: #FAA925; }
span { border-color: rgb(250,169,37); }
td.TdClassName
{
border-color: #FAA925;
}
.TagClassName
{
border-color: #FAA925;
}
</style>