Shades of Lightning Yellow #F0A32A
Tints of Lightning Yellow #F0A32A
RGB
CMYK
RGB Variations
Color information
#F0A32A (or 0xF0A32A) is known color: Lightning Yellow. HEX triplet: F0, A3 and 2A. RGB value is (240,163,42). Sum of RGB (Red+Green+Blue) = 240+163+42=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A32A is #0F5CD5. Grayscale: #ACACAC. Windows color (decimal): -1006806 or 2794480. OLE color: 2794480.
HSL color Cylindrical-coordinate representation of color #F0A32A: hue angle of 36.67º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0A32A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 42 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.06 |
| HSL | 36.67º | 0.87% | 0.55% | - |
| HSV(B) | 36.67º | 0.83% | 0.94% | - |
| XYZ | 49.45 | 44.89 | 8.25 | - |
| YUV | 172.23 | 54.51 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 42 | 0 | 0.32 | 0.82 | 0.06 | 36.67 | 0.87 | 0.55 |
| Hex | F0 | A3 | 2A | 0 | 20 | 52 | 6 | 25 | 57 | 37 |
| Octal | 360 | 243 | 52 | 0 | 40 | 122 | 6 | 45 | 127 | 67 |
| Binary | 11110000 | 10100011 | 101010 | 0 | 100000 | 1010010 | 110 | 100101 | 1010111 | 110111 |
Color Harmonies of #F0A32A
Complementary color
Monochromatic Colors of #F0A32A
Black with #F0A32A
Text Example
Text Example
White with #F0A32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A32A; }
p { color: rgb(240,163,42); }
H1.HeaderClassName
{
color: #F0A32A;
}
.AnyTagClassName
{
color: #F0A32A;
}
</style>
background-color css
<style>
a { background-color: #F0A32A; }
a { background-color: rgb(240,163,42); }
div.DivClassName
{
background-color: #F0A32A;
}
.BgClassName
{
background-color: #F0A32A;
}
</style>
border-color css
<style>
span { border-color: #F0A32A; }
span { border-color: rgb(240,163,42); }
td.TdClassName
{
border-color: #F0A32A;
}
.TagClassName
{
border-color: #F0A32A;
}
</style>