Shades of Lightning Yellow #FAA02C
Tints of Lightning Yellow #FAA02C
RGB
CMYK
RGB Variations
Color information
#FAA02C (or 0xFAA02C) is known color: Lightning Yellow. HEX triplet: FA, A0 and 2C. RGB value is (250,160,44). Sum of RGB (Red+Green+Blue) = 250+160+44=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA02C is #055FD3. Grayscale: #AEAEAE. Windows color (decimal): -352212 or 2924794. OLE color: 2924794.
HSL color Cylindrical-coordinate representation of color #FAA02C: hue angle of 33.79º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAA02C is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 44 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.02 |
| HSL | 33.79º | 0.95% | 0.58% | - |
| HSV(B) | 33.79º | 0.82% | 0.98% | - |
| XYZ | 52.45 | 45.65 | 8.43 | - |
| YUV | 173.69 | 54.82 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 44 | 0 | 0.36 | 0.82 | 0.02 | 33.79 | 0.95 | 0.58 |
| Hex | FA | A0 | 2C | 0 | 24 | 52 | 2 | 22 | 5F | 3A |
| Octal | 372 | 240 | 54 | 0 | 44 | 122 | 2 | 42 | 137 | 72 |
| Binary | 11111010 | 10100000 | 101100 | 0 | 100100 | 1010010 | 10 | 100010 | 1011111 | 111010 |
Color Harmonies of #FAA02C
Complementary color
Monochromatic Colors of #FAA02C
Black with #FAA02C
Text Example
Text Example
White with #FAA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA02C; }
p { color: rgb(250,160,44); }
H1.HeaderClassName
{
color: #FAA02C;
}
.AnyTagClassName
{
color: #FAA02C;
}
</style>
background-color css
<style>
a { background-color: #FAA02C; }
a { background-color: rgb(250,160,44); }
div.DivClassName
{
background-color: #FAA02C;
}
.BgClassName
{
background-color: #FAA02C;
}
</style>
border-color css
<style>
span { border-color: #FAA02C; }
span { border-color: rgb(250,160,44); }
td.TdClassName
{
border-color: #FAA02C;
}
.TagClassName
{
border-color: #FAA02C;
}
</style>