Shades of Lightning Yellow #FAAA30
Tints of Lightning Yellow #FAAA30
RGB
CMYK
RGB Variations
Color information
#FAAA30 (or 0xFAAA30) is known color: Lightning Yellow. HEX triplet: FA, AA and 30. RGB value is (250,170,48). Sum of RGB (Red+Green+Blue) = 250+170+48=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA30 is #0555CF. Grayscale: #B4B4B4. Windows color (decimal): -349648 or 3189498. OLE color: 3189498.
HSL color Cylindrical-coordinate representation of color #FAAA30: hue angle of 36.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAAA30 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 48 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.02 |
| HSL | 36.24º | 0.95% | 0.58% | - |
| HSV(B) | 36.24º | 0.81% | 0.98% | - |
| XYZ | 54.33 | 49.29 | 9.45 | - |
| YUV | 180.01 | 53.5 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 48 | 0 | 0.32 | 0.81 | 0.02 | 36.24 | 0.95 | 0.58 |
| Hex | FA | AA | 30 | 0 | 20 | 51 | 2 | 24 | 5F | 3A |
| Octal | 372 | 252 | 60 | 0 | 40 | 121 | 2 | 44 | 137 | 72 |
| Binary | 11111010 | 10101010 | 110000 | 0 | 100000 | 1010001 | 10 | 100100 | 1011111 | 111010 |
Color Harmonies of #FAAA30
Complementary color
Monochromatic Colors of #FAAA30
Black with #FAAA30
Text Example
Text Example
White with #FAAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA30; }
p { color: rgb(250,170,48); }
H1.HeaderClassName
{
color: #FAAA30;
}
.AnyTagClassName
{
color: #FAAA30;
}
</style>
background-color css
<style>
a { background-color: #FAAA30; }
a { background-color: rgb(250,170,48); }
div.DivClassName
{
background-color: #FAAA30;
}
.BgClassName
{
background-color: #FAAA30;
}
</style>
border-color css
<style>
span { border-color: #FAAA30; }
span { border-color: rgb(250,170,48); }
td.TdClassName
{
border-color: #FAAA30;
}
.TagClassName
{
border-color: #FAAA30;
}
</style>