Shades of Lightning Yellow #FAAB31
Tints of Lightning Yellow #FAAB31
RGB
CMYK
RGB Variations
Color information
#FAAB31 (or 0xFAAB31) is known color: Lightning Yellow. HEX triplet: FA, AB and 31. RGB value is (250,171,49). Sum of RGB (Red+Green+Blue) = 250+171+49=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB31 is #0554CE. Grayscale: #B5B5B5. Windows color (decimal): -349391 or 3255290. OLE color: 3255290.
HSL color Cylindrical-coordinate representation of color #FAAB31: hue angle of 36.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAAB31 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 49 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.02 |
| HSL | 36.42º | 0.95% | 0.59% | - |
| HSV(B) | 36.42º | 0.8% | 0.98% | - |
| XYZ | 54.54 | 49.67 | 9.62 | - |
| YUV | 180.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 49 | 0 | 0.32 | 0.80 | 0.02 | 36.42 | 0.95 | 0.59 |
| Hex | FA | AB | 31 | 0 | 20 | 50 | 2 | 24 | 5F | 3B |
| Octal | 372 | 253 | 61 | 0 | 40 | 120 | 2 | 44 | 137 | 73 |
| Binary | 11111010 | 10101011 | 110001 | 0 | 100000 | 1010000 | 10 | 100100 | 1011111 | 111011 |
Color Harmonies of #FAAB31
Complementary color
Monochromatic Colors of #FAAB31
Black with #FAAB31
Text Example
Text Example
White with #FAAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB31; }
p { color: rgb(250,171,49); }
H1.HeaderClassName
{
color: #FAAB31;
}
.AnyTagClassName
{
color: #FAAB31;
}
</style>
background-color css
<style>
a { background-color: #FAAB31; }
a { background-color: rgb(250,171,49); }
div.DivClassName
{
background-color: #FAAB31;
}
.BgClassName
{
background-color: #FAAB31;
}
</style>
border-color css
<style>
span { border-color: #FAAB31; }
span { border-color: rgb(250,171,49); }
td.TdClassName
{
border-color: #FAAB31;
}
.TagClassName
{
border-color: #FAAB31;
}
</style>