Shades of Lightning Yellow #F5A926
Tints of Lightning Yellow #F5A926
RGB
CMYK
RGB Variations
Color information
#F5A926 (or 0xF5A926) is known color: Lightning Yellow. HEX triplet: F5, A9 and 26. RGB value is (245,169,38). Sum of RGB (Red+Green+Blue) = 245+169+38=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A926 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A926 is #0A56D9. Grayscale: #B1B1B1. Windows color (decimal): -677594 or 2533877. OLE color: 2533877.
HSL color Cylindrical-coordinate representation of color #F5A926: hue angle of 37.97º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5A926 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 38 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.04 |
| HSL | 37.97º | 0.91% | 0.55% | - |
| HSV(B) | 37.97º | 0.84% | 0.96% | - |
| XYZ | 52.19 | 47.93 | 8.33 | - |
| YUV | 176.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 38 | 0 | 0.31 | 0.84 | 0.04 | 37.97 | 0.91 | 0.55 |
| Hex | F5 | A9 | 26 | 0 | 1F | 54 | 4 | 26 | 5B | 37 |
| Octal | 365 | 251 | 46 | 0 | 37 | 124 | 4 | 46 | 133 | 67 |
| Binary | 11110101 | 10101001 | 100110 | 0 | 11111 | 1010100 | 100 | 100110 | 1011011 | 110111 |
Color Harmonies of #F5A926
Complementary color
Monochromatic Colors of #F5A926
Black with #F5A926
Text Example
Text Example
White with #F5A926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A926; }
p { color: rgb(245,169,38); }
H1.HeaderClassName
{
color: #F5A926;
}
.AnyTagClassName
{
color: #F5A926;
}
</style>
background-color css
<style>
a { background-color: #F5A926; }
a { background-color: rgb(245,169,38); }
div.DivClassName
{
background-color: #F5A926;
}
.BgClassName
{
background-color: #F5A926;
}
</style>
border-color css
<style>
span { border-color: #F5A926; }
span { border-color: rgb(245,169,38); }
td.TdClassName
{
border-color: #F5A926;
}
.TagClassName
{
border-color: #F5A926;
}
</style>