Shades of Lightning Yellow #F5A526
Tints of Lightning Yellow #F5A526
RGB
CMYK
RGB Variations
Color information
#F5A526 (or 0xF5A526) is known color: Lightning Yellow. HEX triplet: F5, A5 and 26. RGB value is (245,165,38). Sum of RGB (Red+Green+Blue) = 245+165+38=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A526 is #0A5AD9. Grayscale: #AFAFAF. Windows color (decimal): -678618 or 2532853. OLE color: 2532853.
HSL color Cylindrical-coordinate representation of color #F5A526: hue angle of 36.81º 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 #F5A526 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 38 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.04 |
| HSL | 36.81º | 0.91% | 0.55% | - |
| HSV(B) | 36.81º | 0.84% | 0.96% | - |
| XYZ | 51.46 | 46.46 | 8.09 | - |
| YUV | 174.44 | 51 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 38 | 0 | 0.33 | 0.84 | 0.04 | 36.81 | 0.91 | 0.55 |
| Hex | F5 | A5 | 26 | 0 | 21 | 54 | 4 | 25 | 5B | 37 |
| Octal | 365 | 245 | 46 | 0 | 41 | 124 | 4 | 45 | 133 | 67 |
| Binary | 11110101 | 10100101 | 100110 | 0 | 100001 | 1010100 | 100 | 100101 | 1011011 | 110111 |
Color Harmonies of #F5A526
Complementary color
Monochromatic Colors of #F5A526
Black with #F5A526
Text Example
Text Example
White with #F5A526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A526; }
p { color: rgb(245,165,38); }
H1.HeaderClassName
{
color: #F5A526;
}
.AnyTagClassName
{
color: #F5A526;
}
</style>
background-color css
<style>
a { background-color: #F5A526; }
a { background-color: rgb(245,165,38); }
div.DivClassName
{
background-color: #F5A526;
}
.BgClassName
{
background-color: #F5A526;
}
</style>
border-color css
<style>
span { border-color: #F5A526; }
span { border-color: rgb(245,165,38); }
td.TdClassName
{
border-color: #F5A526;
}
.TagClassName
{
border-color: #F5A526;
}
</style>