Shades of Sun #F5872A
Tints of Sun #F5872A
RGB
CMYK
RGB Variations
Color information
#F5872A (or 0xF5872A) is known color: Sun. HEX triplet: F5, 87 and 2A. RGB value is (245,135,42). Sum of RGB (Red+Green+Blue) = 245+135+42=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5872A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5872A is #0A78D5. Grayscale: #9D9D9D. Windows color (decimal): -686294 or 2787317. OLE color: 2787317.
HSL color Cylindrical-coordinate representation of color #F5872A: hue angle of 27.49º 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 #F5872A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 42 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.04 |
| HSL | 27.49º | 0.91% | 0.56% | - |
| HSV(B) | 27.49º | 0.83% | 0.96% | - |
| XYZ | 46.74 | 36.91 | 6.85 | - |
| YUV | 157.29 | 62.94 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 42 | 0 | 0.45 | 0.83 | 0.04 | 27.49 | 0.91 | 0.56 |
| Hex | F5 | 87 | 2A | 0 | 2D | 53 | 4 | 1B | 5B | 38 |
| Octal | 365 | 207 | 52 | 0 | 55 | 123 | 4 | 33 | 133 | 70 |
| Binary | 11110101 | 10000111 | 101010 | 0 | 101101 | 1010011 | 100 | 11011 | 1011011 | 111000 |
Color Harmonies of #F5872A
Complementary color
Monochromatic Colors of #F5872A
Black with #F5872A
Text Example
Text Example
White with #F5872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5872A; }
p { color: rgb(245,135,42); }
H1.HeaderClassName
{
color: #F5872A;
}
.AnyTagClassName
{
color: #F5872A;
}
</style>
background-color css
<style>
a { background-color: #F5872A; }
a { background-color: rgb(245,135,42); }
div.DivClassName
{
background-color: #F5872A;
}
.BgClassName
{
background-color: #F5872A;
}
</style>
border-color css
<style>
span { border-color: #F5872A; }
span { border-color: rgb(245,135,42); }
td.TdClassName
{
border-color: #F5872A;
}
.TagClassName
{
border-color: #F5872A;
}
</style>