Shades of Lightning Yellow #FAAB2F
Tints of Lightning Yellow #FAAB2F
RGB
CMYK
RGB Variations
Color information
#FAAB2F (or 0xFAAB2F) is known color: Lightning Yellow. HEX triplet: FA, AB and 2F. RGB value is (250,171,47). Sum of RGB (Red+Green+Blue) = 250+171+47=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB2F is #0554D0. Grayscale: #B5B5B5. Windows color (decimal): -349393 or 3124218. OLE color: 3124218.
HSL color Cylindrical-coordinate representation of color #FAAB2F: hue angle of 36.65º 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 #FAAB2F is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 47 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.02 |
| HSL | 36.65º | 0.95% | 0.58% | - |
| HSV(B) | 36.65º | 0.81% | 0.98% | - |
| XYZ | 54.5 | 49.66 | 9.4 | - |
| YUV | 180.49 | 52.67 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 47 | 0 | 0.32 | 0.81 | 0.02 | 36.65 | 0.95 | 0.58 |
| Hex | FA | AB | 2F | 0 | 20 | 51 | 2 | 25 | 5F | 3A |
| Octal | 372 | 253 | 57 | 0 | 40 | 121 | 2 | 45 | 137 | 72 |
| Binary | 11111010 | 10101011 | 101111 | 0 | 100000 | 1010001 | 10 | 100101 | 1011111 | 111010 |
Color Harmonies of #FAAB2F
Complementary color
Monochromatic Colors of #FAAB2F
Black with #FAAB2F
Text Example
Text Example
White with #FAAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB2F; }
p { color: rgb(250,171,47); }
H1.HeaderClassName
{
color: #FAAB2F;
}
.AnyTagClassName
{
color: #FAAB2F;
}
</style>
background-color css
<style>
a { background-color: #FAAB2F; }
a { background-color: rgb(250,171,47); }
div.DivClassName
{
background-color: #FAAB2F;
}
.BgClassName
{
background-color: #FAAB2F;
}
</style>
border-color css
<style>
span { border-color: #FAAB2F; }
span { border-color: rgb(250,171,47); }
td.TdClassName
{
border-color: #FAAB2F;
}
.TagClassName
{
border-color: #FAAB2F;
}
</style>