Shades of Sun #F58F3E
Tints of Sun #F58F3E
RGB
CMYK
RGB Variations
Color information
#F58F3E (or 0xF58F3E) is known color: Sun. HEX triplet: F5, 8F and 3E. RGB value is (245,143,62). Sum of RGB (Red+Green+Blue) = 245+143+62=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F3E is #0A70C1. Grayscale: #A4A4A4. Windows color (decimal): -684226 or 4100085. OLE color: 4100085.
HSL color Cylindrical-coordinate representation of color #F58F3E: hue angle of 26.56º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F58F3E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 62 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.04 |
| HSL | 26.56º | 0.9% | 0.6% | - |
| HSV(B) | 26.56º | 0.75% | 0.96% | - |
| XYZ | 48.35 | 39.41 | 9.62 | - |
| YUV | 164.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 62 | 0 | 0.42 | 0.75 | 0.04 | 26.56 | 0.9 | 0.6 |
| Hex | F5 | 8F | 3E | 0 | 2A | 4B | 4 | 1B | 5A | 3C |
| Octal | 365 | 217 | 76 | 0 | 52 | 113 | 4 | 33 | 132 | 74 |
| Binary | 11110101 | 10001111 | 111110 | 0 | 101010 | 1001011 | 100 | 11011 | 1011010 | 111100 |
Color Harmonies of #F58F3E
Complementary color
Monochromatic Colors of #F58F3E
Black with #F58F3E
Text Example
Text Example
White with #F58F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F3E; }
p { color: rgb(245,143,62); }
H1.HeaderClassName
{
color: #F58F3E;
}
.AnyTagClassName
{
color: #F58F3E;
}
</style>
background-color css
<style>
a { background-color: #F58F3E; }
a { background-color: rgb(245,143,62); }
div.DivClassName
{
background-color: #F58F3E;
}
.BgClassName
{
background-color: #F58F3E;
}
</style>
border-color css
<style>
span { border-color: #F58F3E; }
span { border-color: rgb(245,143,62); }
td.TdClassName
{
border-color: #F58F3E;
}
.TagClassName
{
border-color: #F58F3E;
}
</style>