Shades of Lightning Yellow #FAAB2E
Tints of Lightning Yellow #FAAB2E
RGB
CMYK
RGB Variations
Color information
#FAAB2E (or 0xFAAB2E) is known color: Lightning Yellow. HEX triplet: FA, AB and 2E. RGB value is (250,171,46). Sum of RGB (Red+Green+Blue) = 250+171+46=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB2E is #0554D1. Grayscale: #B4B4B4. Windows color (decimal): -349394 or 3058682. OLE color: 3058682.
HSL color Cylindrical-coordinate representation of color #FAAB2E: hue angle of 36.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAAB2E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 46 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.02 |
| HSL | 36.76º | 0.95% | 0.58% | - |
| HSV(B) | 36.76º | 0.82% | 0.98% | - |
| XYZ | 54.48 | 49.65 | 9.3 | - |
| YUV | 180.37 | 52.17 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 46 | 0 | 0.32 | 0.82 | 0.02 | 36.76 | 0.95 | 0.58 |
| Hex | FA | AB | 2E | 0 | 20 | 52 | 2 | 25 | 5F | 3A |
| Octal | 372 | 253 | 56 | 0 | 40 | 122 | 2 | 45 | 137 | 72 |
| Binary | 11111010 | 10101011 | 101110 | 0 | 100000 | 1010010 | 10 | 100101 | 1011111 | 111010 |
Color Harmonies of #FAAB2E
Complementary color
Monochromatic Colors of #FAAB2E
Black with #FAAB2E
Text Example
Text Example
White with #FAAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB2E; }
p { color: rgb(250,171,46); }
H1.HeaderClassName
{
color: #FAAB2E;
}
.AnyTagClassName
{
color: #FAAB2E;
}
</style>
background-color css
<style>
a { background-color: #FAAB2E; }
a { background-color: rgb(250,171,46); }
div.DivClassName
{
background-color: #FAAB2E;
}
.BgClassName
{
background-color: #FAAB2E;
}
</style>
border-color css
<style>
span { border-color: #FAAB2E; }
span { border-color: rgb(250,171,46); }
td.TdClassName
{
border-color: #FAAB2E;
}
.TagClassName
{
border-color: #FAAB2E;
}
</style>