Shades of Lightning Yellow #FAA233
Tints of Lightning Yellow #FAA233
RGB
CMYK
RGB Variations
Color information
#FAA233 (or 0xFAA233) is known color: Lightning Yellow. HEX triplet: FA, A2 and 33. RGB value is (250,162,51). Sum of RGB (Red+Green+Blue) = 250+162+51=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA233 is #055DCC. Grayscale: #B0B0B0. Windows color (decimal): -351693 or 3384058. OLE color: 3384058.
HSL color Cylindrical-coordinate representation of color #FAA233: hue angle of 33.47º 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 #FAA233 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 51 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.02 |
| HSL | 33.47º | 0.95% | 0.59% | - |
| HSV(B) | 33.47º | 0.8% | 0.98% | - |
| XYZ | 52.94 | 46.4 | 9.3 | - |
| YUV | 175.66 | 57.65 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 51 | 0 | 0.35 | 0.80 | 0.02 | 33.47 | 0.95 | 0.59 |
| Hex | FA | A2 | 33 | 0 | 23 | 50 | 2 | 21 | 5F | 3B |
| Octal | 372 | 242 | 63 | 0 | 43 | 120 | 2 | 41 | 137 | 73 |
| Binary | 11111010 | 10100010 | 110011 | 0 | 100011 | 1010000 | 10 | 100001 | 1011111 | 111011 |
Color Harmonies of #FAA233
Complementary color
Monochromatic Colors of #FAA233
Black with #FAA233
Text Example
Text Example
White with #FAA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA233; }
p { color: rgb(250,162,51); }
H1.HeaderClassName
{
color: #FAA233;
}
.AnyTagClassName
{
color: #FAA233;
}
</style>
background-color css
<style>
a { background-color: #FAA233; }
a { background-color: rgb(250,162,51); }
div.DivClassName
{
background-color: #FAA233;
}
.BgClassName
{
background-color: #FAA233;
}
</style>
border-color css
<style>
span { border-color: #FAA233; }
span { border-color: rgb(250,162,51); }
td.TdClassName
{
border-color: #FAA233;
}
.TagClassName
{
border-color: #FAA233;
}
</style>