Shades of Sun #F0872E
Tints of Sun #F0872E
RGB
CMYK
RGB Variations
Color information
#F0872E (or 0xF0872E) is known color: Sun. HEX triplet: F0, 87 and 2E. RGB value is (240,135,46). Sum of RGB (Red+Green+Blue) = 240+135+46=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0872E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0872E is #0F78D1. Grayscale: #9C9C9C. Windows color (decimal): -1013970 or 3049456. OLE color: 3049456.
HSL color Cylindrical-coordinate representation of color #F0872E: hue angle of 27.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0872E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 46 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.06 |
| HSL | 27.53º | 0.87% | 0.56% | - |
| HSV(B) | 27.53º | 0.81% | 0.94% | - |
| XYZ | 45.09 | 36.05 | 7.17 | - |
| YUV | 156.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 46 | 0 | 0.44 | 0.81 | 0.06 | 27.53 | 0.87 | 0.56 |
| Hex | F0 | 87 | 2E | 0 | 2C | 51 | 6 | 1C | 57 | 38 |
| Octal | 360 | 207 | 56 | 0 | 54 | 121 | 6 | 34 | 127 | 70 |
| Binary | 11110000 | 10000111 | 101110 | 0 | 101100 | 1010001 | 110 | 11100 | 1010111 | 111000 |
Color Harmonies of #F0872E
Complementary color
Monochromatic Colors of #F0872E
Black with #F0872E
Text Example
Text Example
White with #F0872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0872E; }
p { color: rgb(240,135,46); }
H1.HeaderClassName
{
color: #F0872E;
}
.AnyTagClassName
{
color: #F0872E;
}
</style>
background-color css
<style>
a { background-color: #F0872E; }
a { background-color: rgb(240,135,46); }
div.DivClassName
{
background-color: #F0872E;
}
.BgClassName
{
background-color: #F0872E;
}
</style>
border-color css
<style>
span { border-color: #F0872E; }
span { border-color: rgb(240,135,46); }
td.TdClassName
{
border-color: #F0872E;
}
.TagClassName
{
border-color: #F0872E;
}
</style>