Shades of Lightning Yellow #FAA533
Tints of Lightning Yellow #FAA533
RGB
CMYK
RGB Variations
Color information
#FAA533 (or 0xFAA533) is known color: Lightning Yellow. HEX triplet: FA, A5 and 33. RGB value is (250,165,51). Sum of RGB (Red+Green+Blue) = 250+165+51=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA533 is #055ACC. Grayscale: #B1B1B1. Windows color (decimal): -350925 or 3384826. OLE color: 3384826.
HSL color Cylindrical-coordinate representation of color #FAA533: hue angle of 34.37º 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 #FAA533 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 51 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.02 |
| HSL | 34.37º | 0.95% | 0.59% | - |
| HSV(B) | 34.37º | 0.8% | 0.98% | - |
| XYZ | 53.48 | 47.47 | 9.48 | - |
| YUV | 177.42 | 56.66 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 51 | 0 | 0.34 | 0.80 | 0.02 | 34.37 | 0.95 | 0.59 |
| Hex | FA | A5 | 33 | 0 | 22 | 50 | 2 | 22 | 5F | 3B |
| Octal | 372 | 245 | 63 | 0 | 42 | 120 | 2 | 42 | 137 | 73 |
| Binary | 11111010 | 10100101 | 110011 | 0 | 100010 | 1010000 | 10 | 100010 | 1011111 | 111011 |
Color Harmonies of #FAA533
Complementary color
Monochromatic Colors of #FAA533
Black with #FAA533
Text Example
Text Example
White with #FAA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA533; }
p { color: rgb(250,165,51); }
H1.HeaderClassName
{
color: #FAA533;
}
.AnyTagClassName
{
color: #FAA533;
}
</style>
background-color css
<style>
a { background-color: #FAA533; }
a { background-color: rgb(250,165,51); }
div.DivClassName
{
background-color: #FAA533;
}
.BgClassName
{
background-color: #FAA533;
}
</style>
border-color css
<style>
span { border-color: #FAA533; }
span { border-color: rgb(250,165,51); }
td.TdClassName
{
border-color: #FAA533;
}
.TagClassName
{
border-color: #FAA533;
}
</style>