Shades of Lightning Yellow #FAA32A
Tints of Lightning Yellow #FAA32A
RGB
CMYK
RGB Variations
Color information
#FAA32A (or 0xFAA32A) is known color: Lightning Yellow. HEX triplet: FA, A3 and 2A. RGB value is (250,163,42). Sum of RGB (Red+Green+Blue) = 250+163+42=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA32A is #055CD5. Grayscale: #AFAFAF. Windows color (decimal): -351446 or 2794490. OLE color: 2794490.
HSL color Cylindrical-coordinate representation of color #FAA32A: hue angle of 34.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAA32A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 42 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.02 |
| HSL | 34.9º | 0.95% | 0.57% | - |
| HSV(B) | 34.9º | 0.83% | 0.98% | - |
| XYZ | 52.94 | 46.69 | 8.41 | - |
| YUV | 175.22 | 52.82 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 42 | 0 | 0.35 | 0.83 | 0.02 | 34.9 | 0.95 | 0.57 |
| Hex | FA | A3 | 2A | 0 | 23 | 53 | 2 | 23 | 5F | 39 |
| Octal | 372 | 243 | 52 | 0 | 43 | 123 | 2 | 43 | 137 | 71 |
| Binary | 11111010 | 10100011 | 101010 | 0 | 100011 | 1010011 | 10 | 100011 | 1011111 | 111001 |
Color Harmonies of #FAA32A
Complementary color
Monochromatic Colors of #FAA32A
Black with #FAA32A
Text Example
Text Example
White with #FAA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA32A; }
p { color: rgb(250,163,42); }
H1.HeaderClassName
{
color: #FAA32A;
}
.AnyTagClassName
{
color: #FAA32A;
}
</style>
background-color css
<style>
a { background-color: #FAA32A; }
a { background-color: rgb(250,163,42); }
div.DivClassName
{
background-color: #FAA32A;
}
.BgClassName
{
background-color: #FAA32A;
}
</style>
border-color css
<style>
span { border-color: #FAA32A; }
span { border-color: rgb(250,163,42); }
td.TdClassName
{
border-color: #FAA32A;
}
.TagClassName
{
border-color: #FAA32A;
}
</style>