Shades of Sun #F0852A
Tints of Sun #F0852A
RGB
CMYK
RGB Variations
Color information
#F0852A (or 0xF0852A) is known color: Sun. HEX triplet: F0, 85 and 2A. RGB value is (240,133,42). Sum of RGB (Red+Green+Blue) = 240+133+42=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0852A is #0F7AD5. Grayscale: #9B9B9B. Windows color (decimal): -1014486 or 2786800. OLE color: 2786800.
HSL color Cylindrical-coordinate representation of color #F0852A: hue angle of 27.58º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0852A is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 42 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.06 |
| HSL | 27.58º | 0.87% | 0.55% | - |
| HSV(B) | 27.58º | 0.83% | 0.94% | - |
| XYZ | 44.74 | 35.47 | 6.68 | - |
| YUV | 154.62 | 64.45 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 42 | 0 | 0.45 | 0.82 | 0.06 | 27.58 | 0.87 | 0.55 |
| Hex | F0 | 85 | 2A | 0 | 2D | 52 | 6 | 1C | 57 | 37 |
| Octal | 360 | 205 | 52 | 0 | 55 | 122 | 6 | 34 | 127 | 67 |
| Binary | 11110000 | 10000101 | 101010 | 0 | 101101 | 1010010 | 110 | 11100 | 1010111 | 110111 |
Color Harmonies of #F0852A
Complementary color
Monochromatic Colors of #F0852A
Black with #F0852A
Text Example
Text Example
White with #F0852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0852A; }
p { color: rgb(240,133,42); }
H1.HeaderClassName
{
color: #F0852A;
}
.AnyTagClassName
{
color: #F0852A;
}
</style>
background-color css
<style>
a { background-color: #F0852A; }
a { background-color: rgb(240,133,42); }
div.DivClassName
{
background-color: #F0852A;
}
.BgClassName
{
background-color: #F0852A;
}
</style>
border-color css
<style>
span { border-color: #F0852A; }
span { border-color: rgb(240,133,42); }
td.TdClassName
{
border-color: #F0852A;
}
.TagClassName
{
border-color: #F0852A;
}
</style>