Shades of Lightning Yellow #FAA33A
Tints of Lightning Yellow #FAA33A
RGB
CMYK
RGB Variations
Color information
#FAA33A (or 0xFAA33A) is known color: Lightning Yellow. HEX triplet: FA, A3 and 3A. RGB value is (250,163,58). Sum of RGB (Red+Green+Blue) = 250+163+58=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA33A is #055CC5. Grayscale: #B1B1B1. Windows color (decimal): -351430 or 3843066. OLE color: 3843066.
HSL color Cylindrical-coordinate representation of color #FAA33A: hue angle of 32.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAA33A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.02 |
| HSL | 32.81º | 0.95% | 0.6% | - |
| HSV(B) | 32.81º | 0.77% | 0.98% | - |
| XYZ | 53.29 | 46.82 | 10.23 | - |
| YUV | 177.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 58 | 0 | 0.35 | 0.77 | 0.02 | 32.81 | 0.95 | 0.6 |
| Hex | FA | A3 | 3A | 0 | 23 | 4D | 2 | 21 | 5F | 3C |
| Octal | 372 | 243 | 72 | 0 | 43 | 115 | 2 | 41 | 137 | 74 |
| Binary | 11111010 | 10100011 | 111010 | 0 | 100011 | 1001101 | 10 | 100001 | 1011111 | 111100 |
Color Harmonies of #FAA33A
Complementary color
Monochromatic Colors of #FAA33A
Black with #FAA33A
Text Example
Text Example
White with #FAA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA33A; }
p { color: rgb(250,163,58); }
H1.HeaderClassName
{
color: #FAA33A;
}
.AnyTagClassName
{
color: #FAA33A;
}
</style>
background-color css
<style>
a { background-color: #FAA33A; }
a { background-color: rgb(250,163,58); }
div.DivClassName
{
background-color: #FAA33A;
}
.BgClassName
{
background-color: #FAA33A;
}
</style>
border-color css
<style>
span { border-color: #FAA33A; }
span { border-color: rgb(250,163,58); }
td.TdClassName
{
border-color: #FAA33A;
}
.TagClassName
{
border-color: #FAA33A;
}
</style>