Shades of Sun #F58D41
Tints of Sun #F58D41
RGB
CMYK
RGB Variations
Color information
#F58D41 (or 0xF58D41) is known color: Sun. HEX triplet: F5, 8D and 41. RGB value is (245,141,65). Sum of RGB (Red+Green+Blue) = 245+141+65=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D41 is #0A72BE. Grayscale: #A3A3A3. Windows color (decimal): -684735 or 4296181. OLE color: 4296181.
HSL color Cylindrical-coordinate representation of color #F58D41: hue angle of 25.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F58D41 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 65 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.04 |
| HSL | 25.33º | 0.9% | 0.61% | - |
| HSV(B) | 25.33º | 0.73% | 0.96% | - |
| XYZ | 48.14 | 38.84 | 9.96 | - |
| YUV | 163.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 65 | 0 | 0.42 | 0.73 | 0.04 | 25.33 | 0.9 | 0.61 |
| Hex | F5 | 8D | 41 | 0 | 2A | 49 | 4 | 19 | 5A | 3D |
| Octal | 365 | 215 | 101 | 0 | 52 | 111 | 4 | 31 | 132 | 75 |
| Binary | 11110101 | 10001101 | 1000001 | 0 | 101010 | 1001001 | 100 | 11001 | 1011010 | 111101 |
Color Harmonies of #F58D41
Complementary color
Monochromatic Colors of #F58D41
Black with #F58D41
Text Example
Text Example
White with #F58D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D41; }
p { color: rgb(245,141,65); }
H1.HeaderClassName
{
color: #F58D41;
}
.AnyTagClassName
{
color: #F58D41;
}
</style>
background-color css
<style>
a { background-color: #F58D41; }
a { background-color: rgb(245,141,65); }
div.DivClassName
{
background-color: #F58D41;
}
.BgClassName
{
background-color: #F58D41;
}
</style>
border-color css
<style>
span { border-color: #F58D41; }
span { border-color: rgb(245,141,65); }
td.TdClassName
{
border-color: #F58D41;
}
.TagClassName
{
border-color: #F58D41;
}
</style>