Shades of Sun #F5843C
Tints of Sun #F5843C
RGB
CMYK
RGB Variations
Color information
#F5843C (or 0xF5843C) is known color: Sun. HEX triplet: F5, 84 and 3C. RGB value is (245,132,60). Sum of RGB (Red+Green+Blue) = 245+132+60=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5843C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5843C is #0A7BC3. Grayscale: #9D9D9D. Windows color (decimal): -687044 or 3966197. OLE color: 3966197.
HSL color Cylindrical-coordinate representation of color #F5843C: hue angle of 23.35º 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 #F5843C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 60 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.04 |
| HSL | 23.35º | 0.9% | 0.6% | - |
| HSV(B) | 23.35º | 0.76% | 0.96% | - |
| XYZ | 46.72 | 36.24 | 8.81 | - |
| YUV | 157.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 60 | 0 | 0.46 | 0.76 | 0.04 | 23.35 | 0.9 | 0.6 |
| Hex | F5 | 84 | 3C | 0 | 2E | 4C | 4 | 17 | 5A | 3C |
| Octal | 365 | 204 | 74 | 0 | 56 | 114 | 4 | 27 | 132 | 74 |
| Binary | 11110101 | 10000100 | 111100 | 0 | 101110 | 1001100 | 100 | 10111 | 1011010 | 111100 |
Color Harmonies of #F5843C
Complementary color
Monochromatic Colors of #F5843C
Black with #F5843C
Text Example
Text Example
White with #F5843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5843C; }
p { color: rgb(245,132,60); }
H1.HeaderClassName
{
color: #F5843C;
}
.AnyTagClassName
{
color: #F5843C;
}
</style>
background-color css
<style>
a { background-color: #F5843C; }
a { background-color: rgb(245,132,60); }
div.DivClassName
{
background-color: #F5843C;
}
.BgClassName
{
background-color: #F5843C;
}
</style>
border-color css
<style>
span { border-color: #F5843C; }
span { border-color: rgb(245,132,60); }
td.TdClassName
{
border-color: #F5843C;
}
.TagClassName
{
border-color: #F5843C;
}
</style>