Shades of Sun #F59131
Tints of Sun #F59131
RGB
CMYK
RGB Variations
Color information
#F59131 (or 0xF59131) is known color: Sun. HEX triplet: F5, 91 and 31. RGB value is (245,145,49). Sum of RGB (Red+Green+Blue) = 245+145+49=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F59131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59131 is #0A6ECE. Grayscale: #A4A4A4. Windows color (decimal): -683727 or 3248629. OLE color: 3248629.
HSL color Cylindrical-coordinate representation of color #F59131: hue angle of 29.39º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F59131 is Cyan = 0, Magento = 0.41, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 49 | - |
| CMYK | 0 | 0.41 | 0.8 | 0.04 |
| HSL | 29.39º | 0.91% | 0.58% | - |
| HSV(B) | 29.39º | 0.8% | 0.96% | - |
| XYZ | 48.34 | 39.89 | 8.06 | - |
| YUV | 163.96 | 63.13 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 49 | 0 | 0.41 | 0.8 | 0.04 | 29.39 | 0.91 | 0.58 |
| Hex | F5 | 91 | 31 | 0 | 29 | 50 | 4 | 1D | 5B | 3A |
| Octal | 365 | 221 | 61 | 0 | 51 | 120 | 4 | 35 | 133 | 72 |
| Binary | 11110101 | 10010001 | 110001 | 0 | 101001 | 1010000 | 100 | 11101 | 1011011 | 111010 |
Color Harmonies of #F59131
Complementary color
Monochromatic Colors of #F59131
Black with #F59131
Text Example
Text Example
White with #F59131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59131; }
p { color: rgb(245,145,49); }
H1.HeaderClassName
{
color: #F59131;
}
.AnyTagClassName
{
color: #F59131;
}
</style>
background-color css
<style>
a { background-color: #F59131; }
a { background-color: rgb(245,145,49); }
div.DivClassName
{
background-color: #F59131;
}
.BgClassName
{
background-color: #F59131;
}
</style>
border-color css
<style>
span { border-color: #F59131; }
span { border-color: rgb(245,145,49); }
td.TdClassName
{
border-color: #F59131;
}
.TagClassName
{
border-color: #F59131;
}
</style>