Shades of Lightning Yellow #FAA625
Tints of Lightning Yellow #FAA625
RGB
CMYK
RGB Variations
Color information
#FAA625 (or 0xFAA625) is known color: Lightning Yellow. HEX triplet: FA, A6 and 25. RGB value is (250,166,37). Sum of RGB (Red+Green+Blue) = 250+166+37=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA625 is #0559DA. Grayscale: #B1B1B1. Windows color (decimal): -350683 or 2467578. OLE color: 2467578.
HSL color Cylindrical-coordinate representation of color #FAA625: hue angle of 36.34º 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 #FAA625 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 37 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.02 |
| HSL | 36.34º | 0.96% | 0.56% | - |
| HSV(B) | 36.34º | 0.85% | 0.98% | - |
| XYZ | 53.39 | 47.73 | 8.15 | - |
| YUV | 176.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 37 | 0 | 0.34 | 0.85 | 0.02 | 36.34 | 0.96 | 0.56 |
| Hex | FA | A6 | 25 | 0 | 22 | 55 | 2 | 24 | 60 | 38 |
| Octal | 372 | 246 | 45 | 0 | 42 | 125 | 2 | 44 | 140 | 70 |
| Binary | 11111010 | 10100110 | 100101 | 0 | 100010 | 1010101 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FAA625
Complementary color
Monochromatic Colors of #FAA625
Black with #FAA625
Text Example
Text Example
White with #FAA625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA625; }
p { color: rgb(250,166,37); }
H1.HeaderClassName
{
color: #FAA625;
}
.AnyTagClassName
{
color: #FAA625;
}
</style>
background-color css
<style>
a { background-color: #FAA625; }
a { background-color: rgb(250,166,37); }
div.DivClassName
{
background-color: #FAA625;
}
.BgClassName
{
background-color: #FAA625;
}
</style>
border-color css
<style>
span { border-color: #FAA625; }
span { border-color: rgb(250,166,37); }
td.TdClassName
{
border-color: #FAA625;
}
.TagClassName
{
border-color: #FAA625;
}
</style>