Shades of Sun #F58429
Tints of Sun #F58429
RGB
CMYK
RGB Variations
Color information
#F58429 (or 0xF58429) is known color: Sun. HEX triplet: F5, 84 and 29. RGB value is (245,132,41). Sum of RGB (Red+Green+Blue) = 245+132+41=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F58429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58429 is #0A7BD6. Grayscale: #9B9B9B. Windows color (decimal): -687063 or 2721013. OLE color: 2721013.
HSL color Cylindrical-coordinate representation of color #F58429: hue angle of 26.76º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F58429 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 41 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.04 |
| HSL | 26.76º | 0.91% | 0.56% | - |
| HSV(B) | 26.76º | 0.83% | 0.96% | - |
| XYZ | 46.31 | 36.08 | 6.62 | - |
| YUV | 155.41 | 63.44 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 41 | 0 | 0.46 | 0.83 | 0.04 | 26.76 | 0.91 | 0.56 |
| Hex | F5 | 84 | 29 | 0 | 2E | 53 | 4 | 1B | 5B | 38 |
| Octal | 365 | 204 | 51 | 0 | 56 | 123 | 4 | 33 | 133 | 70 |
| Binary | 11110101 | 10000100 | 101001 | 0 | 101110 | 1010011 | 100 | 11011 | 1011011 | 111000 |
Color Harmonies of #F58429
Complementary color
Monochromatic Colors of #F58429
Black with #F58429
Text Example
Text Example
White with #F58429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58429; }
p { color: rgb(245,132,41); }
H1.HeaderClassName
{
color: #F58429;
}
.AnyTagClassName
{
color: #F58429;
}
</style>
background-color css
<style>
a { background-color: #F58429; }
a { background-color: rgb(245,132,41); }
div.DivClassName
{
background-color: #F58429;
}
.BgClassName
{
background-color: #F58429;
}
</style>
border-color css
<style>
span { border-color: #F58429; }
span { border-color: rgb(245,132,41); }
td.TdClassName
{
border-color: #F58429;
}
.TagClassName
{
border-color: #F58429;
}
</style>