Shades of Lightning Yellow #FAA93A
Tints of Lightning Yellow #FAA93A
RGB
CMYK
RGB Variations
Color information
#FAA93A (or 0xFAA93A) is known color: Lightning Yellow. HEX triplet: FA, A9 and 3A. RGB value is (250,169,58). Sum of RGB (Red+Green+Blue) = 250+169+58=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA93A is #0556C5. Grayscale: #B5B5B5. Windows color (decimal): -349894 or 3844602. OLE color: 3844602.
HSL color Cylindrical-coordinate representation of color #FAA93A: hue angle of 34.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAA93A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 58 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.02 |
| HSL | 34.69º | 0.95% | 0.6% | - |
| HSV(B) | 34.69º | 0.77% | 0.98% | - |
| XYZ | 54.38 | 49.01 | 10.6 | - |
| YUV | 180.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 58 | 0 | 0.32 | 0.77 | 0.02 | 34.69 | 0.95 | 0.6 |
| Hex | FA | A9 | 3A | 0 | 20 | 4D | 2 | 23 | 5F | 3C |
| Octal | 372 | 251 | 72 | 0 | 40 | 115 | 2 | 43 | 137 | 74 |
| Binary | 11111010 | 10101001 | 111010 | 0 | 100000 | 1001101 | 10 | 100011 | 1011111 | 111100 |
Color Harmonies of #FAA93A
Complementary color
Monochromatic Colors of #FAA93A
Black with #FAA93A
Text Example
Text Example
White with #FAA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA93A; }
p { color: rgb(250,169,58); }
H1.HeaderClassName
{
color: #FAA93A;
}
.AnyTagClassName
{
color: #FAA93A;
}
</style>
background-color css
<style>
a { background-color: #FAA93A; }
a { background-color: rgb(250,169,58); }
div.DivClassName
{
background-color: #FAA93A;
}
.BgClassName
{
background-color: #FAA93A;
}
</style>
border-color css
<style>
span { border-color: #FAA93A; }
span { border-color: rgb(250,169,58); }
td.TdClassName
{
border-color: #FAA93A;
}
.TagClassName
{
border-color: #FAA93A;
}
</style>