Shades of Lightning Yellow #FAA326
Tints of Lightning Yellow #FAA326
RGB
CMYK
RGB Variations
Color information
#FAA326 (or 0xFAA326) is known color: Lightning Yellow. HEX triplet: FA, A3 and 26. RGB value is (250,163,38). Sum of RGB (Red+Green+Blue) = 250+163+38=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA326 is #055CD9. Grayscale: #AFAFAF. Windows color (decimal): -351450 or 2532346. OLE color: 2532346.
HSL color Cylindrical-coordinate representation of color #FAA326: hue angle of 35.38º 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 #FAA326 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 38 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.02 |
| HSL | 35.38º | 0.95% | 0.56% | - |
| HSV(B) | 35.38º | 0.85% | 0.98% | - |
| XYZ | 52.87 | 46.66 | 8.05 | - |
| YUV | 174.76 | 50.82 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 38 | 0 | 0.35 | 0.85 | 0.02 | 35.38 | 0.95 | 0.56 |
| Hex | FA | A3 | 26 | 0 | 23 | 55 | 2 | 23 | 5F | 38 |
| Octal | 372 | 243 | 46 | 0 | 43 | 125 | 2 | 43 | 137 | 70 |
| Binary | 11111010 | 10100011 | 100110 | 0 | 100011 | 1010101 | 10 | 100011 | 1011111 | 111000 |
Color Harmonies of #FAA326
Complementary color
Monochromatic Colors of #FAA326
Black with #FAA326
Text Example
Text Example
White with #FAA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA326; }
p { color: rgb(250,163,38); }
H1.HeaderClassName
{
color: #FAA326;
}
.AnyTagClassName
{
color: #FAA326;
}
</style>
background-color css
<style>
a { background-color: #FAA326; }
a { background-color: rgb(250,163,38); }
div.DivClassName
{
background-color: #FAA326;
}
.BgClassName
{
background-color: #FAA326;
}
</style>
border-color css
<style>
span { border-color: #FAA326; }
span { border-color: rgb(250,163,38); }
td.TdClassName
{
border-color: #FAA326;
}
.TagClassName
{
border-color: #FAA326;
}
</style>