Shades of Sun #F5913B
Tints of Sun #F5913B
RGB
CMYK
RGB Variations
Color information
#F5913B (or 0xF5913B) is known color: Sun. HEX triplet: F5, 91 and 3B. RGB value is (245,145,59). Sum of RGB (Red+Green+Blue) = 245+145+59=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5913B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5913B is #0A6EC4. Grayscale: #A5A5A5. Windows color (decimal): -683717 or 3903989. OLE color: 3903989.
HSL color Cylindrical-coordinate representation of color #F5913B: hue angle of 27.74º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5913B is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 59 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.04 |
| HSL | 27.74º | 0.9% | 0.6% | - |
| HSV(B) | 27.74º | 0.76% | 0.96% | - |
| XYZ | 48.57 | 39.98 | 9.29 | - |
| YUV | 165.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 59 | 0 | 0.41 | 0.76 | 0.04 | 27.74 | 0.9 | 0.6 |
| Hex | F5 | 91 | 3B | 0 | 29 | 4C | 4 | 1C | 5A | 3C |
| Octal | 365 | 221 | 73 | 0 | 51 | 114 | 4 | 34 | 132 | 74 |
| Binary | 11110101 | 10010001 | 111011 | 0 | 101001 | 1001100 | 100 | 11100 | 1011010 | 111100 |
Color Harmonies of #F5913B
Complementary color
Monochromatic Colors of #F5913B
Black with #F5913B
Text Example
Text Example
White with #F5913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5913B; }
p { color: rgb(245,145,59); }
H1.HeaderClassName
{
color: #F5913B;
}
.AnyTagClassName
{
color: #F5913B;
}
</style>
background-color css
<style>
a { background-color: #F5913B; }
a { background-color: rgb(245,145,59); }
div.DivClassName
{
background-color: #F5913B;
}
.BgClassName
{
background-color: #F5913B;
}
</style>
border-color css
<style>
span { border-color: #F5913B; }
span { border-color: rgb(245,145,59); }
td.TdClassName
{
border-color: #F5913B;
}
.TagClassName
{
border-color: #F5913B;
}
</style>