Shades of Lightning Yellow #FAA02A
Tints of Lightning Yellow #FAA02A
RGB
CMYK
RGB Variations
Color information
#FAA02A (or 0xFAA02A) is known color: Lightning Yellow. HEX triplet: FA, A0 and 2A. RGB value is (250,160,42). Sum of RGB (Red+Green+Blue) = 250+160+42=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA02A is #055FD5. Grayscale: #AEAEAE. Windows color (decimal): -352214 or 2793722. OLE color: 2793722.
HSL color Cylindrical-coordinate representation of color #FAA02A: hue angle of 34.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAA02A is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 42 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.02 |
| HSL | 34.04º | 0.95% | 0.57% | - |
| HSV(B) | 34.04º | 0.83% | 0.98% | - |
| XYZ | 52.41 | 45.63 | 8.24 | - |
| YUV | 173.46 | 53.82 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 42 | 0 | 0.36 | 0.83 | 0.02 | 34.04 | 0.95 | 0.57 |
| Hex | FA | A0 | 2A | 0 | 24 | 53 | 2 | 22 | 5F | 39 |
| Octal | 372 | 240 | 52 | 0 | 44 | 123 | 2 | 42 | 137 | 71 |
| Binary | 11111010 | 10100000 | 101010 | 0 | 100100 | 1010011 | 10 | 100010 | 1011111 | 111001 |
Color Harmonies of #FAA02A
Complementary color
Monochromatic Colors of #FAA02A
Black with #FAA02A
Text Example
Text Example
White with #FAA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA02A; }
p { color: rgb(250,160,42); }
H1.HeaderClassName
{
color: #FAA02A;
}
.AnyTagClassName
{
color: #FAA02A;
}
</style>
background-color css
<style>
a { background-color: #FAA02A; }
a { background-color: rgb(250,160,42); }
div.DivClassName
{
background-color: #FAA02A;
}
.BgClassName
{
background-color: #FAA02A;
}
</style>
border-color css
<style>
span { border-color: #FAA02A; }
span { border-color: rgb(250,160,42); }
td.TdClassName
{
border-color: #FAA02A;
}
.TagClassName
{
border-color: #FAA02A;
}
</style>