Shades of Sun #F5852B
Tints of Sun #F5852B
RGB
CMYK
RGB Variations
Color information
#F5852B (or 0xF5852B) is known color: Sun. HEX triplet: F5, 85 and 2B. RGB value is (245,133,43). Sum of RGB (Red+Green+Blue) = 245+133+43=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5852B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5852B is #0A7AD4. Grayscale: #9C9C9C. Windows color (decimal): -686805 or 2852341. OLE color: 2852341.
HSL color Cylindrical-coordinate representation of color #F5852B: hue angle of 26.73º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5852B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 43 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.04 |
| HSL | 26.73º | 0.91% | 0.56% | - |
| HSV(B) | 26.73º | 0.82% | 0.96% | - |
| XYZ | 46.48 | 36.36 | 6.85 | - |
| YUV | 156.23 | 64.11 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 43 | 0 | 0.46 | 0.82 | 0.04 | 26.73 | 0.91 | 0.56 |
| Hex | F5 | 85 | 2B | 0 | 2E | 52 | 4 | 1B | 5B | 38 |
| Octal | 365 | 205 | 53 | 0 | 56 | 122 | 4 | 33 | 133 | 70 |
| Binary | 11110101 | 10000101 | 101011 | 0 | 101110 | 1010010 | 100 | 11011 | 1011011 | 111000 |
Color Harmonies of #F5852B
Complementary color
Monochromatic Colors of #F5852B
Black with #F5852B
Text Example
Text Example
White with #F5852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5852B; }
p { color: rgb(245,133,43); }
H1.HeaderClassName
{
color: #F5852B;
}
.AnyTagClassName
{
color: #F5852B;
}
</style>
background-color css
<style>
a { background-color: #F5852B; }
a { background-color: rgb(245,133,43); }
div.DivClassName
{
background-color: #F5852B;
}
.BgClassName
{
background-color: #F5852B;
}
</style>
border-color css
<style>
span { border-color: #F5852B; }
span { border-color: rgb(245,133,43); }
td.TdClassName
{
border-color: #F5852B;
}
.TagClassName
{
border-color: #F5852B;
}
</style>