Shades of Lightning Yellow #F5A22D
Tints of Lightning Yellow #F5A22D
RGB
CMYK
RGB Variations
Color information
#F5A22D (or 0xF5A22D) is known color: Lightning Yellow. HEX triplet: F5, A2 and 2D. RGB value is (245,162,45). Sum of RGB (Red+Green+Blue) = 245+162+45=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A22D is #0A5DD2. Grayscale: #AEAEAE. Windows color (decimal): -679379 or 2990837. OLE color: 2990837.
HSL color Cylindrical-coordinate representation of color #F5A22D: hue angle of 35.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5A22D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 45 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.04 |
| HSL | 35.1º | 0.91% | 0.57% | - |
| HSV(B) | 35.1º | 0.82% | 0.96% | - |
| XYZ | 51.05 | 45.44 | 8.56 | - |
| YUV | 173.48 | 55.5 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 45 | 0 | 0.34 | 0.82 | 0.04 | 35.1 | 0.91 | 0.57 |
| Hex | F5 | A2 | 2D | 0 | 22 | 52 | 4 | 23 | 5B | 39 |
| Octal | 365 | 242 | 55 | 0 | 42 | 122 | 4 | 43 | 133 | 71 |
| Binary | 11110101 | 10100010 | 101101 | 0 | 100010 | 1010010 | 100 | 100011 | 1011011 | 111001 |
Color Harmonies of #F5A22D
Complementary color
Monochromatic Colors of #F5A22D
Black with #F5A22D
Text Example
Text Example
White with #F5A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A22D; }
p { color: rgb(245,162,45); }
H1.HeaderClassName
{
color: #F5A22D;
}
.AnyTagClassName
{
color: #F5A22D;
}
</style>
background-color css
<style>
a { background-color: #F5A22D; }
a { background-color: rgb(245,162,45); }
div.DivClassName
{
background-color: #F5A22D;
}
.BgClassName
{
background-color: #F5A22D;
}
</style>
border-color css
<style>
span { border-color: #F5A22D; }
span { border-color: rgb(245,162,45); }
td.TdClassName
{
border-color: #F5A22D;
}
.TagClassName
{
border-color: #F5A22D;
}
</style>