Shades of Sun #F5872C
Tints of Sun #F5872C
RGB
CMYK
RGB Variations
Color information
#F5872C (or 0xF5872C) is known color: Sun. HEX triplet: F5, 87 and 2C. RGB value is (245,135,44). Sum of RGB (Red+Green+Blue) = 245+135+44=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5872C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5872C is #0A78D3. Grayscale: #9D9D9D. Windows color (decimal): -686292 or 2918389. OLE color: 2918389.
HSL color Cylindrical-coordinate representation of color #F5872C: hue angle of 27.16º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5872C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 44 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.04 |
| HSL | 27.16º | 0.91% | 0.57% | - |
| HSV(B) | 27.16º | 0.82% | 0.96% | - |
| XYZ | 46.77 | 36.92 | 7.04 | - |
| YUV | 157.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 44 | 0 | 0.45 | 0.82 | 0.04 | 27.16 | 0.91 | 0.57 |
| Hex | F5 | 87 | 2C | 0 | 2D | 52 | 4 | 1B | 5B | 39 |
| Octal | 365 | 207 | 54 | 0 | 55 | 122 | 4 | 33 | 133 | 71 |
| Binary | 11110101 | 10000111 | 101100 | 0 | 101101 | 1010010 | 100 | 11011 | 1011011 | 111001 |
Color Harmonies of #F5872C
Complementary color
Monochromatic Colors of #F5872C
Black with #F5872C
Text Example
Text Example
White with #F5872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5872C; }
p { color: rgb(245,135,44); }
H1.HeaderClassName
{
color: #F5872C;
}
.AnyTagClassName
{
color: #F5872C;
}
</style>
background-color css
<style>
a { background-color: #F5872C; }
a { background-color: rgb(245,135,44); }
div.DivClassName
{
background-color: #F5872C;
}
.BgClassName
{
background-color: #F5872C;
}
</style>
border-color css
<style>
span { border-color: #F5872C; }
span { border-color: rgb(245,135,44); }
td.TdClassName
{
border-color: #F5872C;
}
.TagClassName
{
border-color: #F5872C;
}
</style>