Shades of Sun #F0862D
Tints of Sun #F0862D
RGB
CMYK
RGB Variations
Color information
#F0862D (or 0xF0862D) is known color: Sun. HEX triplet: F0, 86 and 2D. RGB value is (240,134,45). Sum of RGB (Red+Green+Blue) = 240+134+45=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0862D is #0F79D2. Grayscale: #9C9C9C. Windows color (decimal): -1014227 or 2983664. OLE color: 2983664.
HSL color Cylindrical-coordinate representation of color #F0862D: hue angle of 27.38º 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 #F0862D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 45 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.06 |
| HSL | 27.38º | 0.87% | 0.56% | - |
| HSV(B) | 27.38º | 0.81% | 0.94% | - |
| XYZ | 44.93 | 35.76 | 7.02 | - |
| YUV | 155.55 | 65.62 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 45 | 0 | 0.44 | 0.81 | 0.06 | 27.38 | 0.87 | 0.56 |
| Hex | F0 | 86 | 2D | 0 | 2C | 51 | 6 | 1B | 57 | 38 |
| Octal | 360 | 206 | 55 | 0 | 54 | 121 | 6 | 33 | 127 | 70 |
| Binary | 11110000 | 10000110 | 101101 | 0 | 101100 | 1010001 | 110 | 11011 | 1010111 | 111000 |
Color Harmonies of #F0862D
Complementary color
Monochromatic Colors of #F0862D
Black with #F0862D
Text Example
Text Example
White with #F0862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0862D; }
p { color: rgb(240,134,45); }
H1.HeaderClassName
{
color: #F0862D;
}
.AnyTagClassName
{
color: #F0862D;
}
</style>
background-color css
<style>
a { background-color: #F0862D; }
a { background-color: rgb(240,134,45); }
div.DivClassName
{
background-color: #F0862D;
}
.BgClassName
{
background-color: #F0862D;
}
</style>
border-color css
<style>
span { border-color: #F0862D; }
span { border-color: rgb(240,134,45); }
td.TdClassName
{
border-color: #F0862D;
}
.TagClassName
{
border-color: #F0862D;
}
</style>