Shades of Lightning Yellow #FAA926
Tints of Lightning Yellow #FAA926
RGB
CMYK
RGB Variations
Color information
#FAA926 (or 0xFAA926) is known color: Lightning Yellow. HEX triplet: FA, A9 and 26. RGB value is (250,169,38). Sum of RGB (Red+Green+Blue) = 250+169+38=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA926 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA926 is #0556D9. Grayscale: #B2B2B2. Windows color (decimal): -349914 or 2533882. OLE color: 2533882.
HSL color Cylindrical-coordinate representation of color #FAA926: hue angle of 37.08º degrees, saturation: 0.95, 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 #FAA926 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 38 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.02 |
| HSL | 37.08º | 0.95% | 0.56% | - |
| HSV(B) | 37.08º | 0.85% | 0.98% | - |
| XYZ | 53.96 | 48.84 | 8.42 | - |
| YUV | 178.29 | 48.84 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 38 | 0 | 0.32 | 0.85 | 0.02 | 37.08 | 0.95 | 0.56 |
| Hex | FA | A9 | 26 | 0 | 20 | 55 | 2 | 25 | 5F | 38 |
| Octal | 372 | 251 | 46 | 0 | 40 | 125 | 2 | 45 | 137 | 70 |
| Binary | 11111010 | 10101001 | 100110 | 0 | 100000 | 1010101 | 10 | 100101 | 1011111 | 111000 |
Color Harmonies of #FAA926
Complementary color
Monochromatic Colors of #FAA926
Black with #FAA926
Text Example
Text Example
White with #FAA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA926; }
p { color: rgb(250,169,38); }
H1.HeaderClassName
{
color: #FAA926;
}
.AnyTagClassName
{
color: #FAA926;
}
</style>
background-color css
<style>
a { background-color: #FAA926; }
a { background-color: rgb(250,169,38); }
div.DivClassName
{
background-color: #FAA926;
}
.BgClassName
{
background-color: #FAA926;
}
</style>
border-color css
<style>
span { border-color: #FAA926; }
span { border-color: rgb(250,169,38); }
td.TdClassName
{
border-color: #FAA926;
}
.TagClassName
{
border-color: #FAA926;
}
</style>