Shades of Sun #F58F30
Tints of Sun #F58F30
RGB
CMYK
RGB Variations
Color information
#F58F30 (or 0xF58F30) is known color: Sun. HEX triplet: F5, 8F and 30. RGB value is (245,143,48). Sum of RGB (Red+Green+Blue) = 245+143+48=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F30 is #0A70CF. Grayscale: #A3A3A3. Windows color (decimal): -684240 or 3182581. OLE color: 3182581.
HSL color Cylindrical-coordinate representation of color #F58F30: hue angle of 28.93º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F58F30 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 48 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.04 |
| HSL | 28.93º | 0.91% | 0.57% | - |
| HSV(B) | 28.93º | 0.8% | 0.96% | - |
| XYZ | 48.01 | 39.27 | 7.85 | - |
| YUV | 162.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 48 | 0 | 0.42 | 0.80 | 0.04 | 28.93 | 0.91 | 0.57 |
| Hex | F5 | 8F | 30 | 0 | 2A | 50 | 4 | 1D | 5B | 39 |
| Octal | 365 | 217 | 60 | 0 | 52 | 120 | 4 | 35 | 133 | 71 |
| Binary | 11110101 | 10001111 | 110000 | 0 | 101010 | 1010000 | 100 | 11101 | 1011011 | 111001 |
Color Harmonies of #F58F30
Complementary color
Monochromatic Colors of #F58F30
Black with #F58F30
Text Example
Text Example
White with #F58F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F30; }
p { color: rgb(245,143,48); }
H1.HeaderClassName
{
color: #F58F30;
}
.AnyTagClassName
{
color: #F58F30;
}
</style>
background-color css
<style>
a { background-color: #F58F30; }
a { background-color: rgb(245,143,48); }
div.DivClassName
{
background-color: #F58F30;
}
.BgClassName
{
background-color: #F58F30;
}
</style>
border-color css
<style>
span { border-color: #F58F30; }
span { border-color: rgb(245,143,48); }
td.TdClassName
{
border-color: #F58F30;
}
.TagClassName
{
border-color: #F58F30;
}
</style>