Shades of Lightning Yellow #F0AA3A
Tints of Lightning Yellow #F0AA3A
RGB
CMYK
RGB Variations
Color information
#F0AA3A (or 0xF0AA3A) is known color: Lightning Yellow. HEX triplet: F0, AA and 3A. RGB value is (240,170,58). Sum of RGB (Red+Green+Blue) = 240+170+58=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA3A is #0F55C5. Grayscale: #B2B2B2. Windows color (decimal): -1004998 or 3844848. OLE color: 3844848.
HSL color Cylindrical-coordinate representation of color #F0AA3A: hue angle of 36.92º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0AA3A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 58 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.06 |
| HSL | 36.92º | 0.86% | 0.58% | - |
| HSV(B) | 36.92º | 0.76% | 0.94% | - |
| XYZ | 51.07 | 47.58 | 10.5 | - |
| YUV | 178.16 | 60.19 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 58 | 0 | 0.29 | 0.76 | 0.06 | 36.92 | 0.86 | 0.58 |
| Hex | F0 | AA | 3A | 0 | 1D | 4C | 6 | 25 | 56 | 3A |
| Octal | 360 | 252 | 72 | 0 | 35 | 114 | 6 | 45 | 126 | 72 |
| Binary | 11110000 | 10101010 | 111010 | 0 | 11101 | 1001100 | 110 | 100101 | 1010110 | 111010 |
Color Harmonies of #F0AA3A
Complementary color
Monochromatic Colors of #F0AA3A
Black with #F0AA3A
Text Example
Text Example
White with #F0AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA3A; }
p { color: rgb(240,170,58); }
H1.HeaderClassName
{
color: #F0AA3A;
}
.AnyTagClassName
{
color: #F0AA3A;
}
</style>
background-color css
<style>
a { background-color: #F0AA3A; }
a { background-color: rgb(240,170,58); }
div.DivClassName
{
background-color: #F0AA3A;
}
.BgClassName
{
background-color: #F0AA3A;
}
</style>
border-color css
<style>
span { border-color: #F0AA3A; }
span { border-color: rgb(240,170,58); }
td.TdClassName
{
border-color: #F0AA3A;
}
.TagClassName
{
border-color: #F0AA3A;
}
</style>