Shades of Lightning Yellow #FAA33B
Tints of Lightning Yellow #FAA33B
RGB
CMYK
RGB Variations
Color information
#FAA33B (or 0xFAA33B) is known color: Lightning Yellow. HEX triplet: FA, A3 and 3B. RGB value is (250,163,59). Sum of RGB (Red+Green+Blue) = 250+163+59=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA33B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA33B is #055CC4. Grayscale: #B1B1B1. Windows color (decimal): -351429 or 3908602. OLE color: 3908602.
HSL color Cylindrical-coordinate representation of color #FAA33B: hue angle of 32.67º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAA33B is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 59 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.02 |
| HSL | 32.67º | 0.95% | 0.61% | - |
| HSV(B) | 32.67º | 0.76% | 0.98% | - |
| XYZ | 53.31 | 46.83 | 10.37 | - |
| YUV | 177.16 | 61.32 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 59 | 0 | 0.35 | 0.76 | 0.02 | 32.67 | 0.95 | 0.61 |
| Hex | FA | A3 | 3B | 0 | 23 | 4C | 2 | 21 | 5F | 3D |
| Octal | 372 | 243 | 73 | 0 | 43 | 114 | 2 | 41 | 137 | 75 |
| Binary | 11111010 | 10100011 | 111011 | 0 | 100011 | 1001100 | 10 | 100001 | 1011111 | 111101 |
Color Harmonies of #FAA33B
Complementary color
Monochromatic Colors of #FAA33B
Black with #FAA33B
Text Example
Text Example
White with #FAA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA33B; }
p { color: rgb(250,163,59); }
H1.HeaderClassName
{
color: #FAA33B;
}
.AnyTagClassName
{
color: #FAA33B;
}
</style>
background-color css
<style>
a { background-color: #FAA33B; }
a { background-color: rgb(250,163,59); }
div.DivClassName
{
background-color: #FAA33B;
}
.BgClassName
{
background-color: #FAA33B;
}
</style>
border-color css
<style>
span { border-color: #FAA33B; }
span { border-color: rgb(250,163,59); }
td.TdClassName
{
border-color: #FAA33B;
}
.TagClassName
{
border-color: #FAA33B;
}
</style>