Shades of Sun #F5873C
Tints of Sun #F5873C
RGB
CMYK
RGB Variations
Color information
#F5873C (or 0xF5873C) is known color: Sun. HEX triplet: F5, 87 and 3C. RGB value is (245,135,60). Sum of RGB (Red+Green+Blue) = 245+135+60=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5873C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5873C is #0A78C3. Grayscale: #9F9F9F. Windows color (decimal): -686276 or 3966965. OLE color: 3966965.
HSL color Cylindrical-coordinate representation of color #F5873C: hue angle of 24.32º 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 #F5873C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 60 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.04 |
| HSL | 24.32º | 0.9% | 0.6% | - |
| HSV(B) | 24.32º | 0.76% | 0.96% | - |
| XYZ | 47.14 | 37.07 | 8.95 | - |
| YUV | 159.34 | 71.94 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 60 | 0 | 0.45 | 0.76 | 0.04 | 24.32 | 0.9 | 0.6 |
| Hex | F5 | 87 | 3C | 0 | 2D | 4C | 4 | 18 | 5A | 3C |
| Octal | 365 | 207 | 74 | 0 | 55 | 114 | 4 | 30 | 132 | 74 |
| Binary | 11110101 | 10000111 | 111100 | 0 | 101101 | 1001100 | 100 | 11000 | 1011010 | 111100 |
Color Harmonies of #F5873C
Complementary color
Monochromatic Colors of #F5873C
Black with #F5873C
Text Example
Text Example
White with #F5873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5873C; }
p { color: rgb(245,135,60); }
H1.HeaderClassName
{
color: #F5873C;
}
.AnyTagClassName
{
color: #F5873C;
}
</style>
background-color css
<style>
a { background-color: #F5873C; }
a { background-color: rgb(245,135,60); }
div.DivClassName
{
background-color: #F5873C;
}
.BgClassName
{
background-color: #F5873C;
}
</style>
border-color css
<style>
span { border-color: #F5873C; }
span { border-color: rgb(245,135,60); }
td.TdClassName
{
border-color: #F5873C;
}
.TagClassName
{
border-color: #F5873C;
}
</style>