Shades of Lightning Yellow #FFA831
Tints of Lightning Yellow #FFA831
RGB
CMYK
RGB Variations
Color information
#FFA831 (or 0xFFA831) is known color: Lightning Yellow. HEX triplet: FF, A8 and 31. RGB value is (255,168,49). Sum of RGB (Red+Green+Blue) = 255+168+49=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA831 is #0057CE. Grayscale: #B5B5B5. Windows color (decimal): -22479 or 3254527. OLE color: 3254527.
HSL color Cylindrical-coordinate representation of color #FFA831: hue angle of 34.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFA831 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 49 | - |
| CMYK | 0 | 0.34 | 0.81 | 0 |
| HSL | 34.66º | 1% | 0.6% | - |
| HSV(B) | 34.66º | 0.81% | 1% | - |
| XYZ | 55.8 | 49.49 | 9.52 | - |
| YUV | 180.45 | 53.82 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 49 | 0 | 0.34 | 0.81 | 0 | 34.66 | 1 | 0.6 |
| Hex | FF | A8 | 31 | 0 | 22 | 51 | 0 | 23 | 64 | 3C |
| Octal | 377 | 250 | 61 | 0 | 42 | 121 | 0 | 43 | 144 | 74 |
| Binary | 11111111 | 10101000 | 110001 | 0 | 100010 | 1010001 | 0 | 100011 | 1100100 | 111100 |
Color Harmonies of #FFA831
Complementary color
Monochromatic Colors of #FFA831
Black with #FFA831
Text Example
Text Example
White with #FFA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA831; }
p { color: rgb(255,168,49); }
H1.HeaderClassName
{
color: #FFA831;
}
.AnyTagClassName
{
color: #FFA831;
}
</style>
background-color css
<style>
a { background-color: #FFA831; }
a { background-color: rgb(255,168,49); }
div.DivClassName
{
background-color: #FFA831;
}
.BgClassName
{
background-color: #FFA831;
}
</style>
border-color css
<style>
span { border-color: #FFA831; }
span { border-color: rgb(255,168,49); }
td.TdClassName
{
border-color: #FFA831;
}
.TagClassName
{
border-color: #FFA831;
}
</style>