Shades of Sun #F58F35
Tints of Sun #F58F35
RGB
CMYK
RGB Variations
Color information
#F58F35 (or 0xF58F35) is known color: Sun. HEX triplet: F5, 8F and 35. RGB value is (245,143,53). Sum of RGB (Red+Green+Blue) = 245+143+53=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F35 is #0A70CA. Grayscale: #A3A3A3. Windows color (decimal): -684235 or 3510261. OLE color: 3510261.
HSL color Cylindrical-coordinate representation of color #F58F35: hue angle of 28.12º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F58F35 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 53 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.04 |
| HSL | 28.13º | 0.91% | 0.58% | - |
| HSV(B) | 28.13º | 0.78% | 0.96% | - |
| XYZ | 48.12 | 39.31 | 8.42 | - |
| YUV | 163.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 53 | 0 | 0.42 | 0.78 | 0.04 | 28.13 | 0.91 | 0.58 |
| Hex | F5 | 8F | 35 | 0 | 2A | 4E | 4 | 1C | 5B | 3A |
| Octal | 365 | 217 | 65 | 0 | 52 | 116 | 4 | 34 | 133 | 72 |
| Binary | 11110101 | 10001111 | 110101 | 0 | 101010 | 1001110 | 100 | 11100 | 1011011 | 111010 |
Color Harmonies of #F58F35
Complementary color
Monochromatic Colors of #F58F35
Black with #F58F35
Text Example
Text Example
White with #F58F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F35; }
p { color: rgb(245,143,53); }
H1.HeaderClassName
{
color: #F58F35;
}
.AnyTagClassName
{
color: #F58F35;
}
</style>
background-color css
<style>
a { background-color: #F58F35; }
a { background-color: rgb(245,143,53); }
div.DivClassName
{
background-color: #F58F35;
}
.BgClassName
{
background-color: #F58F35;
}
</style>
border-color css
<style>
span { border-color: #F58F35; }
span { border-color: rgb(245,143,53); }
td.TdClassName
{
border-color: #F58F35;
}
.TagClassName
{
border-color: #F58F35;
}
</style>