Shades of Lightning Yellow #F5A337
Tints of Lightning Yellow #F5A337
RGB
CMYK
RGB Variations
Color information
#F5A337 (or 0xF5A337) is known color: Lightning Yellow. HEX triplet: F5, A3 and 37. RGB value is (245,163,55). Sum of RGB (Red+Green+Blue) = 245+163+55=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A337 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A337 is #0A5CC8. Grayscale: #AFAFAF. Windows color (decimal): -679113 or 3646453. OLE color: 3646453.
HSL color Cylindrical-coordinate representation of color #F5A337: hue angle of 34.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5A337 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 55 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.04 |
| HSL | 34.11º | 0.9% | 0.59% | - |
| HSV(B) | 34.11º | 0.78% | 0.96% | - |
| XYZ | 51.44 | 45.88 | 9.76 | - |
| YUV | 175.21 | 60.17 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 55 | 0 | 0.33 | 0.78 | 0.04 | 34.11 | 0.9 | 0.59 |
| Hex | F5 | A3 | 37 | 0 | 21 | 4E | 4 | 22 | 5A | 3B |
| Octal | 365 | 243 | 67 | 0 | 41 | 116 | 4 | 42 | 132 | 73 |
| Binary | 11110101 | 10100011 | 110111 | 0 | 100001 | 1001110 | 100 | 100010 | 1011010 | 111011 |
Color Harmonies of #F5A337
Complementary color
Monochromatic Colors of #F5A337
Black with #F5A337
Text Example
Text Example
White with #F5A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A337; }
p { color: rgb(245,163,55); }
H1.HeaderClassName
{
color: #F5A337;
}
.AnyTagClassName
{
color: #F5A337;
}
</style>
background-color css
<style>
a { background-color: #F5A337; }
a { background-color: rgb(245,163,55); }
div.DivClassName
{
background-color: #F5A337;
}
.BgClassName
{
background-color: #F5A337;
}
</style>
border-color css
<style>
span { border-color: #F5A337; }
span { border-color: rgb(245,163,55); }
td.TdClassName
{
border-color: #F5A337;
}
.TagClassName
{
border-color: #F5A337;
}
</style>