Shades of Lightning Yellow #FAA726
Tints of Lightning Yellow #FAA726
RGB
CMYK
RGB Variations
Color information
#FAA726 (or 0xFAA726) is known color: Lightning Yellow. HEX triplet: FA, A7 and 26. RGB value is (250,167,38). Sum of RGB (Red+Green+Blue) = 250+167+38=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA726 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA726 is #0558D9. Grayscale: #B1B1B1. Windows color (decimal): -350426 or 2533370. OLE color: 2533370.
HSL color Cylindrical-coordinate representation of color #FAA726: hue angle of 36.51º 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 #FAA726 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 38 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.02 |
| HSL | 36.51º | 0.95% | 0.56% | - |
| HSV(B) | 36.51º | 0.85% | 0.98% | - |
| XYZ | 53.59 | 48.1 | 8.29 | - |
| YUV | 177.11 | 49.5 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 38 | 0 | 0.33 | 0.85 | 0.02 | 36.51 | 0.95 | 0.56 |
| Hex | FA | A7 | 26 | 0 | 21 | 55 | 2 | 25 | 5F | 38 |
| Octal | 372 | 247 | 46 | 0 | 41 | 125 | 2 | 45 | 137 | 70 |
| Binary | 11111010 | 10100111 | 100110 | 0 | 100001 | 1010101 | 10 | 100101 | 1011111 | 111000 |
Color Harmonies of #FAA726
Complementary color
Monochromatic Colors of #FAA726
Black with #FAA726
Text Example
Text Example
White with #FAA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA726; }
p { color: rgb(250,167,38); }
H1.HeaderClassName
{
color: #FAA726;
}
.AnyTagClassName
{
color: #FAA726;
}
</style>
background-color css
<style>
a { background-color: #FAA726; }
a { background-color: rgb(250,167,38); }
div.DivClassName
{
background-color: #FAA726;
}
.BgClassName
{
background-color: #FAA726;
}
</style>
border-color css
<style>
span { border-color: #FAA726; }
span { border-color: rgb(250,167,38); }
td.TdClassName
{
border-color: #FAA726;
}
.TagClassName
{
border-color: #FAA726;
}
</style>