Shades of Lightning Yellow #FAA826
Tints of Lightning Yellow #FAA826
RGB
CMYK
RGB Variations
Color information
#FAA826 (or 0xFAA826) is known color: Lightning Yellow. HEX triplet: FA, A8 and 26. RGB value is (250,168,38). Sum of RGB (Red+Green+Blue) = 250+168+38=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA826 is #0557D9. Grayscale: #B2B2B2. Windows color (decimal): -350170 or 2533626. OLE color: 2533626.
HSL color Cylindrical-coordinate representation of color #FAA826: hue angle of 36.79º 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 #FAA826 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 38 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.02 |
| HSL | 36.79º | 0.95% | 0.56% | - |
| HSV(B) | 36.79º | 0.85% | 0.98% | - |
| XYZ | 53.78 | 48.47 | 8.35 | - |
| YUV | 177.7 | 49.17 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 38 | 0 | 0.33 | 0.85 | 0.02 | 36.79 | 0.95 | 0.56 |
| Hex | FA | A8 | 26 | 0 | 21 | 55 | 2 | 25 | 5F | 38 |
| Octal | 372 | 250 | 46 | 0 | 41 | 125 | 2 | 45 | 137 | 70 |
| Binary | 11111010 | 10101000 | 100110 | 0 | 100001 | 1010101 | 10 | 100101 | 1011111 | 111000 |
Color Harmonies of #FAA826
Complementary color
Monochromatic Colors of #FAA826
Black with #FAA826
Text Example
Text Example
White with #FAA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA826; }
p { color: rgb(250,168,38); }
H1.HeaderClassName
{
color: #FAA826;
}
.AnyTagClassName
{
color: #FAA826;
}
</style>
background-color css
<style>
a { background-color: #FAA826; }
a { background-color: rgb(250,168,38); }
div.DivClassName
{
background-color: #FAA826;
}
.BgClassName
{
background-color: #FAA826;
}
</style>
border-color css
<style>
span { border-color: #FAA826; }
span { border-color: rgb(250,168,38); }
td.TdClassName
{
border-color: #FAA826;
}
.TagClassName
{
border-color: #FAA826;
}
</style>