Shades of Lightning Yellow #F5A02A
Tints of Lightning Yellow #F5A02A
RGB
CMYK
RGB Variations
Color information
#F5A02A (or 0xF5A02A) is known color: Lightning Yellow. HEX triplet: F5, A0 and 2A. RGB value is (245,160,42). Sum of RGB (Red+Green+Blue) = 245+160+42=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A02A is #0A5FD5. Grayscale: #ACACAC. Windows color (decimal): -679894 or 2793717. OLE color: 2793717.
HSL color Cylindrical-coordinate representation of color #F5A02A: hue angle of 34.88º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5A02A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 42 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.04 |
| HSL | 34.88º | 0.91% | 0.56% | - |
| HSV(B) | 34.88º | 0.83% | 0.96% | - |
| XYZ | 50.64 | 44.72 | 8.15 | - |
| YUV | 171.96 | 54.66 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 42 | 0 | 0.35 | 0.83 | 0.04 | 34.88 | 0.91 | 0.56 |
| Hex | F5 | A0 | 2A | 0 | 23 | 53 | 4 | 23 | 5B | 38 |
| Octal | 365 | 240 | 52 | 0 | 43 | 123 | 4 | 43 | 133 | 70 |
| Binary | 11110101 | 10100000 | 101010 | 0 | 100011 | 1010011 | 100 | 100011 | 1011011 | 111000 |
Color Harmonies of #F5A02A
Complementary color
Monochromatic Colors of #F5A02A
Black with #F5A02A
Text Example
Text Example
White with #F5A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A02A; }
p { color: rgb(245,160,42); }
H1.HeaderClassName
{
color: #F5A02A;
}
.AnyTagClassName
{
color: #F5A02A;
}
</style>
background-color css
<style>
a { background-color: #F5A02A; }
a { background-color: rgb(245,160,42); }
div.DivClassName
{
background-color: #F5A02A;
}
.BgClassName
{
background-color: #F5A02A;
}
</style>
border-color css
<style>
span { border-color: #F5A02A; }
span { border-color: rgb(245,160,42); }
td.TdClassName
{
border-color: #F5A02A;
}
.TagClassName
{
border-color: #F5A02A;
}
</style>