Shades of Lightning Yellow #FAA934
Tints of Lightning Yellow #FAA934
RGB
CMYK
RGB Variations
Color information
#FAA934 (or 0xFAA934) is known color: Lightning Yellow. HEX triplet: FA, A9 and 34. RGB value is (250,169,52). Sum of RGB (Red+Green+Blue) = 250+169+52=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA934 is #0556CB. Grayscale: #B4B4B4. Windows color (decimal): -349900 or 3451386. OLE color: 3451386.
HSL color Cylindrical-coordinate representation of color #FAA934: hue angle of 35.45º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAA934 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 52 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.02 |
| HSL | 35.45º | 0.95% | 0.59% | - |
| HSV(B) | 35.45º | 0.79% | 0.98% | - |
| XYZ | 54.23 | 48.95 | 9.84 | - |
| YUV | 179.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 52 | 0 | 0.32 | 0.79 | 0.02 | 35.45 | 0.95 | 0.59 |
| Hex | FA | A9 | 34 | 0 | 20 | 4F | 2 | 23 | 5F | 3B |
| Octal | 372 | 251 | 64 | 0 | 40 | 117 | 2 | 43 | 137 | 73 |
| Binary | 11111010 | 10101001 | 110100 | 0 | 100000 | 1001111 | 10 | 100011 | 1011111 | 111011 |
Color Harmonies of #FAA934
Complementary color
Monochromatic Colors of #FAA934
Black with #FAA934
Text Example
Text Example
White with #FAA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA934; }
p { color: rgb(250,169,52); }
H1.HeaderClassName
{
color: #FAA934;
}
.AnyTagClassName
{
color: #FAA934;
}
</style>
background-color css
<style>
a { background-color: #FAA934; }
a { background-color: rgb(250,169,52); }
div.DivClassName
{
background-color: #FAA934;
}
.BgClassName
{
background-color: #FAA934;
}
</style>
border-color css
<style>
span { border-color: #FAA934; }
span { border-color: rgb(250,169,52); }
td.TdClassName
{
border-color: #FAA934;
}
.TagClassName
{
border-color: #FAA934;
}
</style>