Shades of Sun #F0852B
Tints of Sun #F0852B
RGB
CMYK
RGB Variations
Color information
#F0852B (or 0xF0852B) is known color: Sun. HEX triplet: F0, 85 and 2B. RGB value is (240,133,43). Sum of RGB (Red+Green+Blue) = 240+133+43=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0852B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0852B is #0F7AD4. Grayscale: #9B9B9B. Windows color (decimal): -1014485 or 2852336. OLE color: 2852336.
HSL color Cylindrical-coordinate representation of color #F0852B: hue angle of 27.41º 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 #F0852B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 43 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.06 |
| HSL | 27.41º | 0.87% | 0.55% | - |
| HSV(B) | 27.41º | 0.82% | 0.94% | - |
| XYZ | 44.76 | 35.47 | 6.77 | - |
| YUV | 154.73 | 64.95 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 43 | 0 | 0.45 | 0.82 | 0.06 | 27.41 | 0.87 | 0.55 |
| Hex | F0 | 85 | 2B | 0 | 2D | 52 | 6 | 1B | 57 | 37 |
| Octal | 360 | 205 | 53 | 0 | 55 | 122 | 6 | 33 | 127 | 67 |
| Binary | 11110000 | 10000101 | 101011 | 0 | 101101 | 1010010 | 110 | 11011 | 1010111 | 110111 |
Color Harmonies of #F0852B
Complementary color
Monochromatic Colors of #F0852B
Black with #F0852B
Text Example
Text Example
White with #F0852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0852B; }
p { color: rgb(240,133,43); }
H1.HeaderClassName
{
color: #F0852B;
}
.AnyTagClassName
{
color: #F0852B;
}
</style>
background-color css
<style>
a { background-color: #F0852B; }
a { background-color: rgb(240,133,43); }
div.DivClassName
{
background-color: #F0852B;
}
.BgClassName
{
background-color: #F0852B;
}
</style>
border-color css
<style>
span { border-color: #F0852B; }
span { border-color: rgb(240,133,43); }
td.TdClassName
{
border-color: #F0852B;
}
.TagClassName
{
border-color: #F0852B;
}
</style>