Shades of Lightning Yellow #FAAA25
Tints of Lightning Yellow #FAAA25
RGB
CMYK
RGB Variations
Color information
#FAAA25 (or 0xFAAA25) is known color: Lightning Yellow. HEX triplet: FA, AA and 25. RGB value is (250,170,37). Sum of RGB (Red+Green+Blue) = 250+170+37=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA25 is #0555DA. Grayscale: #B3B3B3. Windows color (decimal): -349659 or 2468602. OLE color: 2468602.
HSL color Cylindrical-coordinate representation of color #FAAA25: hue angle of 37.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAAA25 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.02 |
| HSL | 37.46º | 0.96% | 0.56% | - |
| HSV(B) | 37.46º | 0.85% | 0.98% | - |
| XYZ | 54.13 | 49.21 | 8.4 | - |
| YUV | 178.76 | 48 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 37 | 0 | 0.32 | 0.85 | 0.02 | 37.46 | 0.96 | 0.56 |
| Hex | FA | AA | 25 | 0 | 20 | 55 | 2 | 25 | 60 | 38 |
| Octal | 372 | 252 | 45 | 0 | 40 | 125 | 2 | 45 | 140 | 70 |
| Binary | 11111010 | 10101010 | 100101 | 0 | 100000 | 1010101 | 10 | 100101 | 1100000 | 111000 |
Color Harmonies of #FAAA25
Complementary color
Monochromatic Colors of #FAAA25
Black with #FAAA25
Text Example
Text Example
White with #FAAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA25; }
p { color: rgb(250,170,37); }
H1.HeaderClassName
{
color: #FAAA25;
}
.AnyTagClassName
{
color: #FAAA25;
}
</style>
background-color css
<style>
a { background-color: #FAAA25; }
a { background-color: rgb(250,170,37); }
div.DivClassName
{
background-color: #FAAA25;
}
.BgClassName
{
background-color: #FAAA25;
}
</style>
border-color css
<style>
span { border-color: #FAAA25; }
span { border-color: rgb(250,170,37); }
td.TdClassName
{
border-color: #FAAA25;
}
.TagClassName
{
border-color: #FAAA25;
}
</style>