Shades of Lightning Yellow #F0AA38
Tints of Lightning Yellow #F0AA38
RGB
CMYK
RGB Variations
Color information
#F0AA38 (or 0xF0AA38) is known color: Lightning Yellow. HEX triplet: F0, AA and 38. RGB value is (240,170,56). Sum of RGB (Red+Green+Blue) = 240+170+56=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA38 is #0F55C7. Grayscale: #B2B2B2. Windows color (decimal): -1005000 or 3713776. OLE color: 3713776.
HSL color Cylindrical-coordinate representation of color #F0AA38: hue angle of 37.17º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0AA38 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 56 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.06 |
| HSL | 37.17º | 0.86% | 0.58% | - |
| HSV(B) | 37.17º | 0.77% | 0.94% | - |
| XYZ | 51.02 | 47.56 | 10.23 | - |
| YUV | 177.93 | 59.19 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 56 | 0 | 0.29 | 0.77 | 0.06 | 37.17 | 0.86 | 0.58 |
| Hex | F0 | AA | 38 | 0 | 1D | 4D | 6 | 25 | 56 | 3A |
| Octal | 360 | 252 | 70 | 0 | 35 | 115 | 6 | 45 | 126 | 72 |
| Binary | 11110000 | 10101010 | 111000 | 0 | 11101 | 1001101 | 110 | 100101 | 1010110 | 111010 |
Color Harmonies of #F0AA38
Complementary color
Monochromatic Colors of #F0AA38
Black with #F0AA38
Text Example
Text Example
White with #F0AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA38; }
p { color: rgb(240,170,56); }
H1.HeaderClassName
{
color: #F0AA38;
}
.AnyTagClassName
{
color: #F0AA38;
}
</style>
background-color css
<style>
a { background-color: #F0AA38; }
a { background-color: rgb(240,170,56); }
div.DivClassName
{
background-color: #F0AA38;
}
.BgClassName
{
background-color: #F0AA38;
}
</style>
border-color css
<style>
span { border-color: #F0AA38; }
span { border-color: rgb(240,170,56); }
td.TdClassName
{
border-color: #F0AA38;
}
.TagClassName
{
border-color: #F0AA38;
}
</style>