Shades of Lightning Yellow #FFA930
Tints of Lightning Yellow #FFA930
RGB
CMYK
RGB Variations
Color information
#FFA930 (or 0xFFA930) is known color: Lightning Yellow. HEX triplet: FF, A9 and 30. RGB value is (255,169,48). Sum of RGB (Red+Green+Blue) = 255+169+48=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA930 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA930 is #0056CF. Grayscale: #B5B5B5. Windows color (decimal): -22224 or 3189247. OLE color: 3189247.
HSL color Cylindrical-coordinate representation of color #FFA930: hue angle of 35.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFA930 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 48 | - |
| CMYK | 0 | 0.34 | 0.81 | 0 |
| HSL | 35.07º | 1% | 0.59% | - |
| HSV(B) | 35.07º | 0.81% | 1% | - |
| XYZ | 55.96 | 49.85 | 9.47 | - |
| YUV | 180.92 | 52.99 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 48 | 0 | 0.34 | 0.81 | 0 | 35.07 | 1 | 0.59 |
| Hex | FF | A9 | 30 | 0 | 22 | 51 | 0 | 23 | 64 | 3B |
| Octal | 377 | 251 | 60 | 0 | 42 | 121 | 0 | 43 | 144 | 73 |
| Binary | 11111111 | 10101001 | 110000 | 0 | 100010 | 1010001 | 0 | 100011 | 1100100 | 111011 |
Color Harmonies of #FFA930
Complementary color
Monochromatic Colors of #FFA930
Black with #FFA930
Text Example
Text Example
White with #FFA930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA930; }
p { color: rgb(255,169,48); }
H1.HeaderClassName
{
color: #FFA930;
}
.AnyTagClassName
{
color: #FFA930;
}
</style>
background-color css
<style>
a { background-color: #FFA930; }
a { background-color: rgb(255,169,48); }
div.DivClassName
{
background-color: #FFA930;
}
.BgClassName
{
background-color: #FFA930;
}
</style>
border-color css
<style>
span { border-color: #FFA930; }
span { border-color: rgb(255,169,48); }
td.TdClassName
{
border-color: #FFA930;
}
.TagClassName
{
border-color: #FFA930;
}
</style>