Shades of Lightning Yellow #F5A739
Tints of Lightning Yellow #F5A739
RGB
CMYK
RGB Variations
Color information
#F5A739 (or 0xF5A739) is known color: Lightning Yellow. HEX triplet: F5, A7 and 39. RGB value is (245,167,57). Sum of RGB (Red+Green+Blue) = 245+167+57=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 57 (22.66% from 255 or 12.15% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A739 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A739 is #0A58C6. Grayscale: #B2B2B2. Windows color (decimal): -678087 or 3778549. OLE color: 3778549.
HSL color Cylindrical-coordinate representation of color #F5A739: hue angle of 35.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5A739 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 57 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.04 |
| HSL | 35.11º | 0.9% | 0.59% | - |
| HSV(B) | 35.11º | 0.77% | 0.96% | - |
| XYZ | 52.21 | 47.35 | 10.26 | - |
| YUV | 177.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 57 | 0 | 0.32 | 0.77 | 0.04 | 35.11 | 0.9 | 0.59 |
| Hex | F5 | A7 | 39 | 0 | 20 | 4D | 4 | 23 | 5A | 3B |
| Octal | 365 | 247 | 71 | 0 | 40 | 115 | 4 | 43 | 132 | 73 |
| Binary | 11110101 | 10100111 | 111001 | 0 | 100000 | 1001101 | 100 | 100011 | 1011010 | 111011 |
Color Harmonies of #F5A739
Complementary color
Monochromatic Colors of #F5A739
Black with #F5A739
Text Example
Text Example
White with #F5A739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A739; }
p { color: rgb(245,167,57); }
H1.HeaderClassName
{
color: #F5A739;
}
.AnyTagClassName
{
color: #F5A739;
}
</style>
background-color css
<style>
a { background-color: #F5A739; }
a { background-color: rgb(245,167,57); }
div.DivClassName
{
background-color: #F5A739;
}
.BgClassName
{
background-color: #F5A739;
}
</style>
border-color css
<style>
span { border-color: #F5A739; }
span { border-color: rgb(245,167,57); }
td.TdClassName
{
border-color: #F5A739;
}
.TagClassName
{
border-color: #F5A739;
}
</style>