Shades of Lightning Yellow #FAA333
Tints of Lightning Yellow #FAA333
RGB
CMYK
RGB Variations
Color information
#FAA333 (or 0xFAA333) is known color: Lightning Yellow. HEX triplet: FA, A3 and 33. RGB value is (250,163,51). Sum of RGB (Red+Green+Blue) = 250+163+51=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA333 is #055CCC. Grayscale: #B0B0B0. Windows color (decimal): -351437 or 3384314. OLE color: 3384314.
HSL color Cylindrical-coordinate representation of color #FAA333: hue angle of 33.77º 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 #FAA333 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 51 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.02 |
| HSL | 33.77º | 0.95% | 0.59% | - |
| HSV(B) | 33.77º | 0.8% | 0.98% | - |
| XYZ | 53.12 | 46.76 | 9.36 | - |
| YUV | 176.25 | 57.32 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 51 | 0 | 0.35 | 0.80 | 0.02 | 33.77 | 0.95 | 0.59 |
| Hex | FA | A3 | 33 | 0 | 23 | 50 | 2 | 22 | 5F | 3B |
| Octal | 372 | 243 | 63 | 0 | 43 | 120 | 2 | 42 | 137 | 73 |
| Binary | 11111010 | 10100011 | 110011 | 0 | 100011 | 1010000 | 10 | 100010 | 1011111 | 111011 |
Color Harmonies of #FAA333
Complementary color
Monochromatic Colors of #FAA333
Black with #FAA333
Text Example
Text Example
White with #FAA333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA333; }
p { color: rgb(250,163,51); }
H1.HeaderClassName
{
color: #FAA333;
}
.AnyTagClassName
{
color: #FAA333;
}
</style>
background-color css
<style>
a { background-color: #FAA333; }
a { background-color: rgb(250,163,51); }
div.DivClassName
{
background-color: #FAA333;
}
.BgClassName
{
background-color: #FAA333;
}
</style>
border-color css
<style>
span { border-color: #FAA333; }
span { border-color: rgb(250,163,51); }
td.TdClassName
{
border-color: #FAA333;
}
.TagClassName
{
border-color: #FAA333;
}
</style>