Shades of Sun #F58F2E
Tints of Sun #F58F2E
RGB
CMYK
RGB Variations
Color information
#F58F2E (or 0xF58F2E) is known color: Sun. HEX triplet: F5, 8F and 2E. RGB value is (245,143,46). Sum of RGB (Red+Green+Blue) = 245+143+46=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F2E is #0A70D1. Grayscale: #A2A2A2. Windows color (decimal): -684242 or 3051509. OLE color: 3051509.
HSL color Cylindrical-coordinate representation of color #F58F2E: hue angle of 29.25º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F58F2E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 46 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.04 |
| HSL | 29.25º | 0.91% | 0.57% | - |
| HSV(B) | 29.25º | 0.81% | 0.96% | - |
| XYZ | 47.97 | 39.25 | 7.63 | - |
| YUV | 162.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 46 | 0 | 0.42 | 0.81 | 0.04 | 29.25 | 0.91 | 0.57 |
| Hex | F5 | 8F | 2E | 0 | 2A | 51 | 4 | 1D | 5B | 39 |
| Octal | 365 | 217 | 56 | 0 | 52 | 121 | 4 | 35 | 133 | 71 |
| Binary | 11110101 | 10001111 | 101110 | 0 | 101010 | 1010001 | 100 | 11101 | 1011011 | 111001 |
Color Harmonies of #F58F2E
Complementary color
Monochromatic Colors of #F58F2E
Black with #F58F2E
Text Example
Text Example
White with #F58F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F2E; }
p { color: rgb(245,143,46); }
H1.HeaderClassName
{
color: #F58F2E;
}
.AnyTagClassName
{
color: #F58F2E;
}
</style>
background-color css
<style>
a { background-color: #F58F2E; }
a { background-color: rgb(245,143,46); }
div.DivClassName
{
background-color: #F58F2E;
}
.BgClassName
{
background-color: #F58F2E;
}
</style>
border-color css
<style>
span { border-color: #F58F2E; }
span { border-color: rgb(245,143,46); }
td.TdClassName
{
border-color: #F58F2E;
}
.TagClassName
{
border-color: #F58F2E;
}
</style>