Shades of Lightning Yellow #FAA92C
Tints of Lightning Yellow #FAA92C
RGB
CMYK
RGB Variations
Color information
#FAA92C (or 0xFAA92C) is known color: Lightning Yellow. HEX triplet: FA, A9 and 2C. RGB value is (250,169,44). Sum of RGB (Red+Green+Blue) = 250+169+44=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA92C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA92C is #0556D3. Grayscale: #B3B3B3. Windows color (decimal): -349908 or 2927098. OLE color: 2927098.
HSL color Cylindrical-coordinate representation of color #FAA92C: hue angle of 36.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAA92C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 44 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.02 |
| HSL | 36.41º | 0.95% | 0.58% | - |
| HSV(B) | 36.41º | 0.82% | 0.98% | - |
| XYZ | 54.07 | 48.88 | 8.97 | - |
| YUV | 178.97 | 51.84 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 44 | 0 | 0.32 | 0.82 | 0.02 | 36.41 | 0.95 | 0.58 |
| Hex | FA | A9 | 2C | 0 | 20 | 52 | 2 | 24 | 5F | 3A |
| Octal | 372 | 251 | 54 | 0 | 40 | 122 | 2 | 44 | 137 | 72 |
| Binary | 11111010 | 10101001 | 101100 | 0 | 100000 | 1010010 | 10 | 100100 | 1011111 | 111010 |
Color Harmonies of #FAA92C
Complementary color
Monochromatic Colors of #FAA92C
Black with #FAA92C
Text Example
Text Example
White with #FAA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA92C; }
p { color: rgb(250,169,44); }
H1.HeaderClassName
{
color: #FAA92C;
}
.AnyTagClassName
{
color: #FAA92C;
}
</style>
background-color css
<style>
a { background-color: #FAA92C; }
a { background-color: rgb(250,169,44); }
div.DivClassName
{
background-color: #FAA92C;
}
.BgClassName
{
background-color: #FAA92C;
}
</style>
border-color css
<style>
span { border-color: #FAA92C; }
span { border-color: rgb(250,169,44); }
td.TdClassName
{
border-color: #FAA92C;
}
.TagClassName
{
border-color: #FAA92C;
}
</style>