Shades of Lightning Yellow #FAA32F
Tints of Lightning Yellow #FAA32F
RGB
CMYK
RGB Variations
Color information
#FAA32F (or 0xFAA32F) is known color: Lightning Yellow. HEX triplet: FA, A3 and 2F. RGB value is (250,163,47). Sum of RGB (Red+Green+Blue) = 250+163+47=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA32F is #055CD0. Grayscale: #B0B0B0. Windows color (decimal): -351441 or 3122170. OLE color: 3122170.
HSL color Cylindrical-coordinate representation of color #FAA32F: hue angle of 34.29º 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 #FAA32F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 47 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.02 |
| HSL | 34.29º | 0.95% | 0.58% | - |
| HSV(B) | 34.29º | 0.81% | 0.98% | - |
| XYZ | 53.03 | 46.72 | 8.91 | - |
| YUV | 175.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 47 | 0 | 0.35 | 0.81 | 0.02 | 34.29 | 0.95 | 0.58 |
| Hex | FA | A3 | 2F | 0 | 23 | 51 | 2 | 22 | 5F | 3A |
| Octal | 372 | 243 | 57 | 0 | 43 | 121 | 2 | 42 | 137 | 72 |
| Binary | 11111010 | 10100011 | 101111 | 0 | 100011 | 1010001 | 10 | 100010 | 1011111 | 111010 |
Color Harmonies of #FAA32F
Complementary color
Monochromatic Colors of #FAA32F
Black with #FAA32F
Text Example
Text Example
White with #FAA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA32F; }
p { color: rgb(250,163,47); }
H1.HeaderClassName
{
color: #FAA32F;
}
.AnyTagClassName
{
color: #FAA32F;
}
</style>
background-color css
<style>
a { background-color: #FAA32F; }
a { background-color: rgb(250,163,47); }
div.DivClassName
{
background-color: #FAA32F;
}
.BgClassName
{
background-color: #FAA32F;
}
</style>
border-color css
<style>
span { border-color: #FAA32F; }
span { border-color: rgb(250,163,47); }
td.TdClassName
{
border-color: #FAA32F;
}
.TagClassName
{
border-color: #FAA32F;
}
</style>