Shades of Sun #F5893C
Tints of Sun #F5893C
RGB
CMYK
RGB Variations
Color information
#F5893C (or 0xF5893C) is known color: Sun. HEX triplet: F5, 89 and 3C. RGB value is (245,137,60). Sum of RGB (Red+Green+Blue) = 245+137+60=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5893C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5893C is #0A76C3. Grayscale: #A0A0A0. Windows color (decimal): -685764 or 3967477. OLE color: 3967477.
HSL color Cylindrical-coordinate representation of color #F5893C: hue angle of 24.97º 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 #F5893C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 60 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.04 |
| HSL | 24.97º | 0.9% | 0.6% | - |
| HSV(B) | 24.97º | 0.76% | 0.96% | - |
| XYZ | 47.42 | 37.63 | 9.04 | - |
| YUV | 160.51 | 71.28 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 60 | 0 | 0.44 | 0.76 | 0.04 | 24.97 | 0.9 | 0.6 |
| Hex | F5 | 89 | 3C | 0 | 2C | 4C | 4 | 19 | 5A | 3C |
| Octal | 365 | 211 | 74 | 0 | 54 | 114 | 4 | 31 | 132 | 74 |
| Binary | 11110101 | 10001001 | 111100 | 0 | 101100 | 1001100 | 100 | 11001 | 1011010 | 111100 |
Color Harmonies of #F5893C
Complementary color
Monochromatic Colors of #F5893C
Black with #F5893C
Text Example
Text Example
White with #F5893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5893C; }
p { color: rgb(245,137,60); }
H1.HeaderClassName
{
color: #F5893C;
}
.AnyTagClassName
{
color: #F5893C;
}
</style>
background-color css
<style>
a { background-color: #F5893C; }
a { background-color: rgb(245,137,60); }
div.DivClassName
{
background-color: #F5893C;
}
.BgClassName
{
background-color: #F5893C;
}
</style>
border-color css
<style>
span { border-color: #F5893C; }
span { border-color: rgb(245,137,60); }
td.TdClassName
{
border-color: #F5893C;
}
.TagClassName
{
border-color: #F5893C;
}
</style>