Shades of Sun #F58F2D
Tints of Sun #F58F2D
RGB
CMYK
RGB Variations
Color information
#F58F2D (or 0xF58F2D) is known color: Sun. HEX triplet: F5, 8F and 2D. RGB value is (245,143,45). Sum of RGB (Red+Green+Blue) = 245+143+45=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F2D is #0A70D2. Grayscale: #A2A2A2. Windows color (decimal): -684243 or 2985973. OLE color: 2985973.
HSL color Cylindrical-coordinate representation of color #F58F2D: hue angle of 29.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F58F2D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 45 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.04 |
| HSL | 29.4º | 0.91% | 0.57% | - |
| HSV(B) | 29.4º | 0.82% | 0.96% | - |
| XYZ | 47.95 | 39.25 | 7.53 | - |
| YUV | 162.33 | 61.79 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 45 | 0 | 0.42 | 0.82 | 0.04 | 29.4 | 0.91 | 0.57 |
| Hex | F5 | 8F | 2D | 0 | 2A | 52 | 4 | 1D | 5B | 39 |
| Octal | 365 | 217 | 55 | 0 | 52 | 122 | 4 | 35 | 133 | 71 |
| Binary | 11110101 | 10001111 | 101101 | 0 | 101010 | 1010010 | 100 | 11101 | 1011011 | 111001 |
Color Harmonies of #F58F2D
Complementary color
Monochromatic Colors of #F58F2D
Black with #F58F2D
Text Example
Text Example
White with #F58F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F2D; }
p { color: rgb(245,143,45); }
H1.HeaderClassName
{
color: #F58F2D;
}
.AnyTagClassName
{
color: #F58F2D;
}
</style>
background-color css
<style>
a { background-color: #F58F2D; }
a { background-color: rgb(245,143,45); }
div.DivClassName
{
background-color: #F58F2D;
}
.BgClassName
{
background-color: #F58F2D;
}
</style>
border-color css
<style>
span { border-color: #F58F2D; }
span { border-color: rgb(245,143,45); }
td.TdClassName
{
border-color: #F58F2D;
}
.TagClassName
{
border-color: #F58F2D;
}
</style>