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