Shades of Sun #F0852D
Tints of Sun #F0852D
RGB
CMYK
RGB Variations
Color information
#F0852D (or 0xF0852D) is known color: Sun. HEX triplet: F0, 85 and 2D. RGB value is (240,133,45). Sum of RGB (Red+Green+Blue) = 240+133+45=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0852D is #0F7AD2. Grayscale: #9B9B9B. Windows color (decimal): -1014483 or 2983408. OLE color: 2983408.
HSL color Cylindrical-coordinate representation of color #F0852D: hue angle of 27.08º 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 #F0852D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 45 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.06 |
| HSL | 27.08º | 0.87% | 0.56% | - |
| HSV(B) | 27.08º | 0.81% | 0.94% | - |
| XYZ | 44.8 | 35.49 | 6.97 | - |
| YUV | 154.96 | 65.95 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 45 | 0 | 0.45 | 0.81 | 0.06 | 27.08 | 0.87 | 0.56 |
| Hex | F0 | 85 | 2D | 0 | 2D | 51 | 6 | 1B | 57 | 38 |
| Octal | 360 | 205 | 55 | 0 | 55 | 121 | 6 | 33 | 127 | 70 |
| Binary | 11110000 | 10000101 | 101101 | 0 | 101101 | 1010001 | 110 | 11011 | 1010111 | 111000 |
Color Harmonies of #F0852D
Complementary color
Monochromatic Colors of #F0852D
Black with #F0852D
Text Example
Text Example
White with #F0852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0852D; }
p { color: rgb(240,133,45); }
H1.HeaderClassName
{
color: #F0852D;
}
.AnyTagClassName
{
color: #F0852D;
}
</style>
background-color css
<style>
a { background-color: #F0852D; }
a { background-color: rgb(240,133,45); }
div.DivClassName
{
background-color: #F0852D;
}
.BgClassName
{
background-color: #F0852D;
}
</style>
border-color css
<style>
span { border-color: #F0852D; }
span { border-color: rgb(240,133,45); }
td.TdClassName
{
border-color: #F0852D;
}
.TagClassName
{
border-color: #F0852D;
}
</style>