Shades of Sun #F58331
Tints of Sun #F58331
RGB
CMYK
RGB Variations
Color information
#F58331 (or 0xF58331) is known color: Sun. HEX triplet: F5, 83 and 31. RGB value is (245,131,49). Sum of RGB (Red+Green+Blue) = 245+131+49=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F58331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58331 is #0A7CCE. Grayscale: #9C9C9C. Windows color (decimal): -687311 or 3245045. OLE color: 3245045.
HSL color Cylindrical-coordinate representation of color #F58331: hue angle of 25.1º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F58331 is Cyan = 0, Magento = 0.47, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 49 | - |
| CMYK | 0 | 0.47 | 0.8 | 0.04 |
| HSL | 25.1º | 0.91% | 0.58% | - |
| HSV(B) | 25.1º | 0.8% | 0.96% | - |
| XYZ | 46.33 | 35.87 | 7.39 | - |
| YUV | 155.74 | 67.77 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 49 | 0 | 0.47 | 0.8 | 0.04 | 25.1 | 0.91 | 0.58 |
| Hex | F5 | 83 | 31 | 0 | 2F | 50 | 4 | 19 | 5B | 3A |
| Octal | 365 | 203 | 61 | 0 | 57 | 120 | 4 | 31 | 133 | 72 |
| Binary | 11110101 | 10000011 | 110001 | 0 | 101111 | 1010000 | 100 | 11001 | 1011011 | 111010 |
Color Harmonies of #F58331
Complementary color
Monochromatic Colors of #F58331
Black with #F58331
Text Example
Text Example
White with #F58331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58331; }
p { color: rgb(245,131,49); }
H1.HeaderClassName
{
color: #F58331;
}
.AnyTagClassName
{
color: #F58331;
}
</style>
background-color css
<style>
a { background-color: #F58331; }
a { background-color: rgb(245,131,49); }
div.DivClassName
{
background-color: #F58331;
}
.BgClassName
{
background-color: #F58331;
}
</style>
border-color css
<style>
span { border-color: #F58331; }
span { border-color: rgb(245,131,49); }
td.TdClassName
{
border-color: #F58331;
}
.TagClassName
{
border-color: #F58331;
}
</style>