Shades of Lightning Yellow #FFAA30
Tints of Lightning Yellow #FFAA30
RGB
CMYK
RGB Variations
Color information
#FFAA30 (or 0xFFAA30) is known color: Lightning Yellow. HEX triplet: FF, AA and 30. RGB value is (255,170,48). Sum of RGB (Red+Green+Blue) = 255+170+48=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA30 is #0055CF. Grayscale: #B6B6B6. Windows color (decimal): -21968 or 3189503. OLE color: 3189503.
HSL color Cylindrical-coordinate representation of color #FFAA30: hue angle of 35.36º 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 #FFAA30 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 48 | - |
| CMYK | 0 | 0.33 | 0.81 | 0 |
| HSL | 35.36º | 1% | 0.59% | - |
| HSV(B) | 35.36º | 0.81% | 1% | - |
| XYZ | 56.15 | 50.22 | 9.53 | - |
| YUV | 181.51 | 52.66 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 48 | 0 | 0.33 | 0.81 | 0 | 35.36 | 1 | 0.59 |
| Hex | FF | AA | 30 | 0 | 21 | 51 | 0 | 23 | 64 | 3B |
| Octal | 377 | 252 | 60 | 0 | 41 | 121 | 0 | 43 | 144 | 73 |
| Binary | 11111111 | 10101010 | 110000 | 0 | 100001 | 1010001 | 0 | 100011 | 1100100 | 111011 |
Color Harmonies of #FFAA30
Complementary color
Monochromatic Colors of #FFAA30
Black with #FFAA30
Text Example
Text Example
White with #FFAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA30; }
p { color: rgb(255,170,48); }
H1.HeaderClassName
{
color: #FFAA30;
}
.AnyTagClassName
{
color: #FFAA30;
}
</style>
background-color css
<style>
a { background-color: #FFAA30; }
a { background-color: rgb(255,170,48); }
div.DivClassName
{
background-color: #FFAA30;
}
.BgClassName
{
background-color: #FFAA30;
}
</style>
border-color css
<style>
span { border-color: #FFAA30; }
span { border-color: rgb(255,170,48); }
td.TdClassName
{
border-color: #FFAA30;
}
.TagClassName
{
border-color: #FFAA30;
}
</style>