Shades of Lightning Yellow #FAA037
Tints of Lightning Yellow #FAA037
RGB
CMYK
RGB Variations
Color information
#FAA037 (or 0xFAA037) is known color: Lightning Yellow. HEX triplet: FA, A0 and 37. RGB value is (250,160,55). Sum of RGB (Red+Green+Blue) = 250+160+55=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA037 is #055FC8. Grayscale: #AFAFAF. Windows color (decimal): -352201 or 3645690. OLE color: 3645690.
HSL color Cylindrical-coordinate representation of color #FAA037: hue angle of 32.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAA037 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 55 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.02 |
| HSL | 32.31º | 0.95% | 0.6% | - |
| HSV(B) | 32.31º | 0.78% | 0.98% | - |
| XYZ | 52.68 | 45.74 | 9.67 | - |
| YUV | 174.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 55 | 0 | 0.36 | 0.78 | 0.02 | 32.31 | 0.95 | 0.6 |
| Hex | FA | A0 | 37 | 0 | 24 | 4E | 2 | 20 | 5F | 3C |
| Octal | 372 | 240 | 67 | 0 | 44 | 116 | 2 | 40 | 137 | 74 |
| Binary | 11111010 | 10100000 | 110111 | 0 | 100100 | 1001110 | 10 | 100000 | 1011111 | 111100 |
Color Harmonies of #FAA037
Complementary color
Monochromatic Colors of #FAA037
Black with #FAA037
Text Example
Text Example
White with #FAA037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA037; }
p { color: rgb(250,160,55); }
H1.HeaderClassName
{
color: #FAA037;
}
.AnyTagClassName
{
color: #FAA037;
}
</style>
background-color css
<style>
a { background-color: #FAA037; }
a { background-color: rgb(250,160,55); }
div.DivClassName
{
background-color: #FAA037;
}
.BgClassName
{
background-color: #FAA037;
}
</style>
border-color css
<style>
span { border-color: #FAA037; }
span { border-color: rgb(250,160,55); }
td.TdClassName
{
border-color: #FAA037;
}
.TagClassName
{
border-color: #FAA037;
}
</style>