Shades of Sun #F5862B
Tints of Sun #F5862B
RGB
CMYK
RGB Variations
Color information
#F5862B (or 0xF5862B) is known color: Sun. HEX triplet: F5, 86 and 2B. RGB value is (245,134,43). Sum of RGB (Red+Green+Blue) = 245+134+43=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5862B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5862B is #0A79D4. Grayscale: #9D9D9D. Windows color (decimal): -686549 or 2852597. OLE color: 2852597.
HSL color Cylindrical-coordinate representation of color #F5862B: hue angle of 27.03º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5862B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 43 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.04 |
| HSL | 27.03º | 0.91% | 0.56% | - |
| HSV(B) | 27.03º | 0.82% | 0.96% | - |
| XYZ | 46.62 | 36.64 | 6.9 | - |
| YUV | 156.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 43 | 0 | 0.45 | 0.82 | 0.04 | 27.03 | 0.91 | 0.56 |
| Hex | F5 | 86 | 2B | 0 | 2D | 52 | 4 | 1B | 5B | 38 |
| Octal | 365 | 206 | 53 | 0 | 55 | 122 | 4 | 33 | 133 | 70 |
| Binary | 11110101 | 10000110 | 101011 | 0 | 101101 | 1010010 | 100 | 11011 | 1011011 | 111000 |
Color Harmonies of #F5862B
Complementary color
Monochromatic Colors of #F5862B
Black with #F5862B
Text Example
Text Example
White with #F5862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5862B; }
p { color: rgb(245,134,43); }
H1.HeaderClassName
{
color: #F5862B;
}
.AnyTagClassName
{
color: #F5862B;
}
</style>
background-color css
<style>
a { background-color: #F5862B; }
a { background-color: rgb(245,134,43); }
div.DivClassName
{
background-color: #F5862B;
}
.BgClassName
{
background-color: #F5862B;
}
</style>
border-color css
<style>
span { border-color: #F5862B; }
span { border-color: rgb(245,134,43); }
td.TdClassName
{
border-color: #F5862B;
}
.TagClassName
{
border-color: #F5862B;
}
</style>