Shades of Lightning Yellow #FAA937
Tints of Lightning Yellow #FAA937
RGB
CMYK
RGB Variations
Color information
#FAA937 (or 0xFAA937) is known color: Lightning Yellow. HEX triplet: FA, A9 and 37. RGB value is (250,169,55). Sum of RGB (Red+Green+Blue) = 250+169+55=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 55 (21.88% from 255 or 11.60% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA937 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA937 is #0556C8. Grayscale: #B4B4B4. Windows color (decimal): -349897 or 3647994. OLE color: 3647994.
HSL color Cylindrical-coordinate representation of color #FAA937: hue angle of 35.08º 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 #FAA937 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 55 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.02 |
| HSL | 35.08º | 0.95% | 0.6% | - |
| HSV(B) | 35.08º | 0.78% | 0.98% | - |
| XYZ | 54.3 | 48.98 | 10.21 | - |
| YUV | 180.22 | 57.34 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 55 | 0 | 0.32 | 0.78 | 0.02 | 35.08 | 0.95 | 0.6 |
| Hex | FA | A9 | 37 | 0 | 20 | 4E | 2 | 23 | 5F | 3C |
| Octal | 372 | 251 | 67 | 0 | 40 | 116 | 2 | 43 | 137 | 74 |
| Binary | 11111010 | 10101001 | 110111 | 0 | 100000 | 1001110 | 10 | 100011 | 1011111 | 111100 |
Color Harmonies of #FAA937
Complementary color
Monochromatic Colors of #FAA937
Black with #FAA937
Text Example
Text Example
White with #FAA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA937; }
p { color: rgb(250,169,55); }
H1.HeaderClassName
{
color: #FAA937;
}
.AnyTagClassName
{
color: #FAA937;
}
</style>
background-color css
<style>
a { background-color: #FAA937; }
a { background-color: rgb(250,169,55); }
div.DivClassName
{
background-color: #FAA937;
}
.BgClassName
{
background-color: #FAA937;
}
</style>
border-color css
<style>
span { border-color: #FAA937; }
span { border-color: rgb(250,169,55); }
td.TdClassName
{
border-color: #FAA937;
}
.TagClassName
{
border-color: #FAA937;
}
</style>