Shades of Lightning Yellow #FAA237
Tints of Lightning Yellow #FAA237
RGB
CMYK
RGB Variations
Color information
#FAA237 (or 0xFAA237) is known color: Lightning Yellow. HEX triplet: FA, A2 and 37. RGB value is (250,162,55). Sum of RGB (Red+Green+Blue) = 250+162+55=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA237 is #055DC8. Grayscale: #B0B0B0. Windows color (decimal): -351689 or 3646202. OLE color: 3646202.
HSL color Cylindrical-coordinate representation of color #FAA237: hue angle of 32.92º 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 #FAA237 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 55 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.02 |
| HSL | 32.92º | 0.95% | 0.6% | - |
| HSV(B) | 32.92º | 0.78% | 0.98% | - |
| XYZ | 53.03 | 46.44 | 9.78 | - |
| YUV | 176.11 | 59.65 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 55 | 0 | 0.35 | 0.78 | 0.02 | 32.92 | 0.95 | 0.6 |
| Hex | FA | A2 | 37 | 0 | 23 | 4E | 2 | 21 | 5F | 3C |
| Octal | 372 | 242 | 67 | 0 | 43 | 116 | 2 | 41 | 137 | 74 |
| Binary | 11111010 | 10100010 | 110111 | 0 | 100011 | 1001110 | 10 | 100001 | 1011111 | 111100 |
Color Harmonies of #FAA237
Complementary color
Monochromatic Colors of #FAA237
Black with #FAA237
Text Example
Text Example
White with #FAA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA237; }
p { color: rgb(250,162,55); }
H1.HeaderClassName
{
color: #FAA237;
}
.AnyTagClassName
{
color: #FAA237;
}
</style>
background-color css
<style>
a { background-color: #FAA237; }
a { background-color: rgb(250,162,55); }
div.DivClassName
{
background-color: #FAA237;
}
.BgClassName
{
background-color: #FAA237;
}
</style>
border-color css
<style>
span { border-color: #FAA237; }
span { border-color: rgb(250,162,55); }
td.TdClassName
{
border-color: #FAA237;
}
.TagClassName
{
border-color: #FAA237;
}
</style>