Shades of Lightning Yellow #FAA532
Tints of Lightning Yellow #FAA532
RGB
CMYK
RGB Variations
Color information
#FAA532 (or 0xFAA532) is known color: Lightning Yellow. HEX triplet: FA, A5 and 32. RGB value is (250,165,50). Sum of RGB (Red+Green+Blue) = 250+165+50=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA532 is #055ACD. Grayscale: #B1B1B1. Windows color (decimal): -350926 or 3319290. OLE color: 3319290.
HSL color Cylindrical-coordinate representation of color #FAA532: hue angle of 34.5º 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 #FAA532 is Cyan = 0, Magento = 0.34, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 50 | - |
| CMYK | 0 | 0.34 | 0.8 | 0.02 |
| HSL | 34.5º | 0.95% | 0.59% | - |
| HSV(B) | 34.5º | 0.8% | 0.98% | - |
| XYZ | 53.46 | 47.46 | 9.36 | - |
| YUV | 177.31 | 56.16 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 50 | 0 | 0.34 | 0.8 | 0.02 | 34.5 | 0.95 | 0.59 |
| Hex | FA | A5 | 32 | 0 | 22 | 50 | 2 | 22 | 5F | 3B |
| Octal | 372 | 245 | 62 | 0 | 42 | 120 | 2 | 42 | 137 | 73 |
| Binary | 11111010 | 10100101 | 110010 | 0 | 100010 | 1010000 | 10 | 100010 | 1011111 | 111011 |
Color Harmonies of #FAA532
Complementary color
Monochromatic Colors of #FAA532
Black with #FAA532
Text Example
Text Example
White with #FAA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA532; }
p { color: rgb(250,165,50); }
H1.HeaderClassName
{
color: #FAA532;
}
.AnyTagClassName
{
color: #FAA532;
}
</style>
background-color css
<style>
a { background-color: #FAA532; }
a { background-color: rgb(250,165,50); }
div.DivClassName
{
background-color: #FAA532;
}
.BgClassName
{
background-color: #FAA532;
}
</style>
border-color css
<style>
span { border-color: #FAA532; }
span { border-color: rgb(250,165,50); }
td.TdClassName
{
border-color: #FAA532;
}
.TagClassName
{
border-color: #FAA532;
}
</style>