Shades of Sun #F58F3A
Tints of Sun #F58F3A
RGB
CMYK
RGB Variations
Color information
#F58F3A (or 0xF58F3A) is known color: Sun. HEX triplet: F5, 8F and 3A. RGB value is (245,143,58). Sum of RGB (Red+Green+Blue) = 245+143+58=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F3A is #0A70C5. Grayscale: #A4A4A4. Windows color (decimal): -684230 or 3837941. OLE color: 3837941.
HSL color Cylindrical-coordinate representation of color #F58F3A: hue angle of 27.27º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F58F3A is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 58 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.04 |
| HSL | 27.27º | 0.9% | 0.59% | - |
| HSV(B) | 27.27º | 0.76% | 0.96% | - |
| XYZ | 48.24 | 39.36 | 9.06 | - |
| YUV | 163.81 | 68.29 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 58 | 0 | 0.42 | 0.76 | 0.04 | 27.27 | 0.9 | 0.59 |
| Hex | F5 | 8F | 3A | 0 | 2A | 4C | 4 | 1B | 5A | 3B |
| Octal | 365 | 217 | 72 | 0 | 52 | 114 | 4 | 33 | 132 | 73 |
| Binary | 11110101 | 10001111 | 111010 | 0 | 101010 | 1001100 | 100 | 11011 | 1011010 | 111011 |
Color Harmonies of #F58F3A
Complementary color
Monochromatic Colors of #F58F3A
Black with #F58F3A
Text Example
Text Example
White with #F58F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F3A; }
p { color: rgb(245,143,58); }
H1.HeaderClassName
{
color: #F58F3A;
}
.AnyTagClassName
{
color: #F58F3A;
}
</style>
background-color css
<style>
a { background-color: #F58F3A; }
a { background-color: rgb(245,143,58); }
div.DivClassName
{
background-color: #F58F3A;
}
.BgClassName
{
background-color: #F58F3A;
}
</style>
border-color css
<style>
span { border-color: #F58F3A; }
span { border-color: rgb(245,143,58); }
td.TdClassName
{
border-color: #F58F3A;
}
.TagClassName
{
border-color: #F58F3A;
}
</style>