Shades of Sun #F58238
Tints of Sun #F58238
RGB
CMYK
RGB Variations
Color information
#F58238 (or 0xF58238) is known color: Sun. HEX triplet: F5, 82 and 38. RGB value is (245,130,56). Sum of RGB (Red+Green+Blue) = 245+130+56=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F58238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58238 is #0A7DC7. Grayscale: #9C9C9C. Windows color (decimal): -687560 or 3703541. OLE color: 3703541.
HSL color Cylindrical-coordinate representation of color #F58238: hue angle of 23.49º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F58238 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 56 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.04 |
| HSL | 23.49º | 0.9% | 0.59% | - |
| HSV(B) | 23.49º | 0.77% | 0.96% | - |
| XYZ | 46.35 | 35.66 | 8.18 | - |
| YUV | 155.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 56 | 0 | 0.47 | 0.77 | 0.04 | 23.49 | 0.9 | 0.59 |
| Hex | F5 | 82 | 38 | 0 | 2F | 4D | 4 | 17 | 5A | 3B |
| Octal | 365 | 202 | 70 | 0 | 57 | 115 | 4 | 27 | 132 | 73 |
| Binary | 11110101 | 10000010 | 111000 | 0 | 101111 | 1001101 | 100 | 10111 | 1011010 | 111011 |
Color Harmonies of #F58238
Complementary color
Monochromatic Colors of #F58238
Black with #F58238
Text Example
Text Example
White with #F58238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58238; }
p { color: rgb(245,130,56); }
H1.HeaderClassName
{
color: #F58238;
}
.AnyTagClassName
{
color: #F58238;
}
</style>
background-color css
<style>
a { background-color: #F58238; }
a { background-color: rgb(245,130,56); }
div.DivClassName
{
background-color: #F58238;
}
.BgClassName
{
background-color: #F58238;
}
</style>
border-color css
<style>
span { border-color: #F58238; }
span { border-color: rgb(245,130,56); }
td.TdClassName
{
border-color: #F58238;
}
.TagClassName
{
border-color: #F58238;
}
</style>