Shades of Lightning Yellow #F5A829
Tints of Lightning Yellow #F5A829
RGB
CMYK
RGB Variations
Color information
#F5A829 (or 0xF5A829) is known color: Lightning Yellow. HEX triplet: F5, A8 and 29. RGB value is (245,168,41). Sum of RGB (Red+Green+Blue) = 245+168+41=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A829 is #0A57D6. Grayscale: #B1B1B1. Windows color (decimal): -677847 or 2730229. OLE color: 2730229.
HSL color Cylindrical-coordinate representation of color #F5A829: hue angle of 37.35º 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 #F5A829 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 41 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.04 |
| HSL | 37.35º | 0.91% | 0.56% | - |
| HSV(B) | 37.35º | 0.83% | 0.96% | - |
| XYZ | 52.06 | 47.58 | 8.54 | - |
| YUV | 176.55 | 51.51 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 41 | 0 | 0.31 | 0.83 | 0.04 | 37.35 | 0.91 | 0.56 |
| Hex | F5 | A8 | 29 | 0 | 1F | 53 | 4 | 25 | 5B | 38 |
| Octal | 365 | 250 | 51 | 0 | 37 | 123 | 4 | 45 | 133 | 70 |
| Binary | 11110101 | 10101000 | 101001 | 0 | 11111 | 1010011 | 100 | 100101 | 1011011 | 111000 |
Color Harmonies of #F5A829
Complementary color
Monochromatic Colors of #F5A829
Black with #F5A829
Text Example
Text Example
White with #F5A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A829; }
p { color: rgb(245,168,41); }
H1.HeaderClassName
{
color: #F5A829;
}
.AnyTagClassName
{
color: #F5A829;
}
</style>
background-color css
<style>
a { background-color: #F5A829; }
a { background-color: rgb(245,168,41); }
div.DivClassName
{
background-color: #F5A829;
}
.BgClassName
{
background-color: #F5A829;
}
</style>
border-color css
<style>
span { border-color: #F5A829; }
span { border-color: rgb(245,168,41); }
td.TdClassName
{
border-color: #F5A829;
}
.TagClassName
{
border-color: #F5A829;
}
</style>