Shades of Lightning Yellow #FAA32C
Tints of Lightning Yellow #FAA32C
RGB
CMYK
RGB Variations
Color information
#FAA32C (or 0xFAA32C) is known color: Lightning Yellow. HEX triplet: FA, A3 and 2C. RGB value is (250,163,44). Sum of RGB (Red+Green+Blue) = 250+163+44=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA32C is #055CD3. Grayscale: #B0B0B0. Windows color (decimal): -351444 or 2925562. OLE color: 2925562.
HSL color Cylindrical-coordinate representation of color #FAA32C: hue angle of 34.66º 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 #FAA32C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 44 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.02 |
| HSL | 34.66º | 0.95% | 0.58% | - |
| HSV(B) | 34.66º | 0.82% | 0.98% | - |
| XYZ | 52.98 | 46.7 | 8.6 | - |
| YUV | 175.45 | 53.82 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 44 | 0 | 0.35 | 0.82 | 0.02 | 34.66 | 0.95 | 0.58 |
| Hex | FA | A3 | 2C | 0 | 23 | 52 | 2 | 23 | 5F | 3A |
| Octal | 372 | 243 | 54 | 0 | 43 | 122 | 2 | 43 | 137 | 72 |
| Binary | 11111010 | 10100011 | 101100 | 0 | 100011 | 1010010 | 10 | 100011 | 1011111 | 111010 |
Color Harmonies of #FAA32C
Complementary color
Monochromatic Colors of #FAA32C
Black with #FAA32C
Text Example
Text Example
White with #FAA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA32C; }
p { color: rgb(250,163,44); }
H1.HeaderClassName
{
color: #FAA32C;
}
.AnyTagClassName
{
color: #FAA32C;
}
</style>
background-color css
<style>
a { background-color: #FAA32C; }
a { background-color: rgb(250,163,44); }
div.DivClassName
{
background-color: #FAA32C;
}
.BgClassName
{
background-color: #FAA32C;
}
</style>
border-color css
<style>
span { border-color: #FAA32C; }
span { border-color: rgb(250,163,44); }
td.TdClassName
{
border-color: #FAA32C;
}
.TagClassName
{
border-color: #FAA32C;
}
</style>