Shades of Sun #F58B3C
Tints of Sun #F58B3C
RGB
CMYK
RGB Variations
Color information
#F58B3C (or 0xF58B3C) is known color: Sun. HEX triplet: F5, 8B and 3C. RGB value is (245,139,60). Sum of RGB (Red+Green+Blue) = 245+139+60=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58B3C is #0A74C3. Grayscale: #A2A2A2. Windows color (decimal): -685252 or 3967989. OLE color: 3967989.
HSL color Cylindrical-coordinate representation of color #F58B3C: hue angle of 25.62º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F58B3C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 60 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.04 |
| HSL | 25.62º | 0.9% | 0.6% | - |
| HSV(B) | 25.62º | 0.76% | 0.96% | - |
| XYZ | 47.7 | 38.2 | 9.13 | - |
| YUV | 161.69 | 70.62 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 60 | 0 | 0.43 | 0.76 | 0.04 | 25.62 | 0.9 | 0.6 |
| Hex | F5 | 8B | 3C | 0 | 2B | 4C | 4 | 1A | 5A | 3C |
| Octal | 365 | 213 | 74 | 0 | 53 | 114 | 4 | 32 | 132 | 74 |
| Binary | 11110101 | 10001011 | 111100 | 0 | 101011 | 1001100 | 100 | 11010 | 1011010 | 111100 |
Color Harmonies of #F58B3C
Complementary color
Monochromatic Colors of #F58B3C
Black with #F58B3C
Text Example
Text Example
White with #F58B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B3C; }
p { color: rgb(245,139,60); }
H1.HeaderClassName
{
color: #F58B3C;
}
.AnyTagClassName
{
color: #F58B3C;
}
</style>
background-color css
<style>
a { background-color: #F58B3C; }
a { background-color: rgb(245,139,60); }
div.DivClassName
{
background-color: #F58B3C;
}
.BgClassName
{
background-color: #F58B3C;
}
</style>
border-color css
<style>
span { border-color: #F58B3C; }
span { border-color: rgb(245,139,60); }
td.TdClassName
{
border-color: #F58B3C;
}
.TagClassName
{
border-color: #F58B3C;
}
</style>