Shades of Lightning Yellow #F5A127
Tints of Lightning Yellow #F5A127
RGB
CMYK
RGB Variations
Color information
#F5A127 (or 0xF5A127) is known color: Lightning Yellow. HEX triplet: F5, A1 and 27. RGB value is (245,161,39). Sum of RGB (Red+Green+Blue) = 245+161+39=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A127 is #0A5ED8. Grayscale: #ACACAC. Windows color (decimal): -679641 or 2597365. OLE color: 2597365.
HSL color Cylindrical-coordinate representation of color #F5A127: hue angle of 35.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5A127 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 39 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.04 |
| HSL | 35.53º | 0.91% | 0.56% | - |
| HSV(B) | 35.53º | 0.84% | 0.96% | - |
| XYZ | 50.77 | 45.05 | 7.94 | - |
| YUV | 172.21 | 52.83 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 39 | 0 | 0.34 | 0.84 | 0.04 | 35.53 | 0.91 | 0.56 |
| Hex | F5 | A1 | 27 | 0 | 22 | 54 | 4 | 24 | 5B | 38 |
| Octal | 365 | 241 | 47 | 0 | 42 | 124 | 4 | 44 | 133 | 70 |
| Binary | 11110101 | 10100001 | 100111 | 0 | 100010 | 1010100 | 100 | 100100 | 1011011 | 111000 |
Color Harmonies of #F5A127
Complementary color
Monochromatic Colors of #F5A127
Black with #F5A127
Text Example
Text Example
White with #F5A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A127; }
p { color: rgb(245,161,39); }
H1.HeaderClassName
{
color: #F5A127;
}
.AnyTagClassName
{
color: #F5A127;
}
</style>
background-color css
<style>
a { background-color: #F5A127; }
a { background-color: rgb(245,161,39); }
div.DivClassName
{
background-color: #F5A127;
}
.BgClassName
{
background-color: #F5A127;
}
</style>
border-color css
<style>
span { border-color: #F5A127; }
span { border-color: rgb(245,161,39); }
td.TdClassName
{
border-color: #F5A127;
}
.TagClassName
{
border-color: #F5A127;
}
</style>