Shades of Lightning Yellow #FAA238
Tints of Lightning Yellow #FAA238
RGB
CMYK
RGB Variations
Color information
#FAA238 (or 0xFAA238) is known color: Lightning Yellow. HEX triplet: FA, A2 and 38. RGB value is (250,162,56). Sum of RGB (Red+Green+Blue) = 250+162+56=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA238 is #055DC7. Grayscale: #B0B0B0. Windows color (decimal): -351688 or 3711738. OLE color: 3711738.
HSL color Cylindrical-coordinate representation of color #FAA238: hue angle of 32.78º 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 #FAA238 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 56 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.02 |
| HSL | 32.78º | 0.95% | 0.6% | - |
| HSV(B) | 32.78º | 0.78% | 0.98% | - |
| XYZ | 53.06 | 46.45 | 9.91 | - |
| YUV | 176.23 | 60.15 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 56 | 0 | 0.35 | 0.78 | 0.02 | 32.78 | 0.95 | 0.6 |
| Hex | FA | A2 | 38 | 0 | 23 | 4E | 2 | 21 | 5F | 3C |
| Octal | 372 | 242 | 70 | 0 | 43 | 116 | 2 | 41 | 137 | 74 |
| Binary | 11111010 | 10100010 | 111000 | 0 | 100011 | 1001110 | 10 | 100001 | 1011111 | 111100 |
Color Harmonies of #FAA238
Complementary color
Monochromatic Colors of #FAA238
Black with #FAA238
Text Example
Text Example
White with #FAA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA238; }
p { color: rgb(250,162,56); }
H1.HeaderClassName
{
color: #FAA238;
}
.AnyTagClassName
{
color: #FAA238;
}
</style>
background-color css
<style>
a { background-color: #FAA238; }
a { background-color: rgb(250,162,56); }
div.DivClassName
{
background-color: #FAA238;
}
.BgClassName
{
background-color: #FAA238;
}
</style>
border-color css
<style>
span { border-color: #FAA238; }
span { border-color: rgb(250,162,56); }
td.TdClassName
{
border-color: #FAA238;
}
.TagClassName
{
border-color: #FAA238;
}
</style>