Shades of Lightning Yellow #FAAB28
Tints of Lightning Yellow #FAAB28
RGB
CMYK
RGB Variations
Color information
#FAAB28 (or 0xFAAB28) is known color: Lightning Yellow. HEX triplet: FA, AB and 28. RGB value is (250,171,40). Sum of RGB (Red+Green+Blue) = 250+171+40=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB28 is #0554D7. Grayscale: #B4B4B4. Windows color (decimal): -349400 or 2665466. OLE color: 2665466.
HSL color Cylindrical-coordinate representation of color #FAAB28: hue angle of 37.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAAB28 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 40 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.02 |
| HSL | 37.43º | 0.95% | 0.57% | - |
| HSV(B) | 37.43º | 0.84% | 0.98% | - |
| XYZ | 54.37 | 49.6 | 8.72 | - |
| YUV | 179.69 | 49.17 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 40 | 0 | 0.32 | 0.84 | 0.02 | 37.43 | 0.95 | 0.57 |
| Hex | FA | AB | 28 | 0 | 20 | 54 | 2 | 25 | 5F | 39 |
| Octal | 372 | 253 | 50 | 0 | 40 | 124 | 2 | 45 | 137 | 71 |
| Binary | 11111010 | 10101011 | 101000 | 0 | 100000 | 1010100 | 10 | 100101 | 1011111 | 111001 |
Color Harmonies of #FAAB28
Complementary color
Monochromatic Colors of #FAAB28
Black with #FAAB28
Text Example
Text Example
White with #FAAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB28; }
p { color: rgb(250,171,40); }
H1.HeaderClassName
{
color: #FAAB28;
}
.AnyTagClassName
{
color: #FAAB28;
}
</style>
background-color css
<style>
a { background-color: #FAAB28; }
a { background-color: rgb(250,171,40); }
div.DivClassName
{
background-color: #FAAB28;
}
.BgClassName
{
background-color: #FAAB28;
}
</style>
border-color css
<style>
span { border-color: #FAAB28; }
span { border-color: rgb(250,171,40); }
td.TdClassName
{
border-color: #FAAB28;
}
.TagClassName
{
border-color: #FAAB28;
}
</style>