Shades of Sun #F5842D
Tints of Sun #F5842D
RGB
CMYK
RGB Variations
Color information
#F5842D (or 0xF5842D) is known color: Sun. HEX triplet: F5, 84 and 2D. RGB value is (245,132,45). Sum of RGB (Red+Green+Blue) = 245+132+45=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5842D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5842D is #0A7BD2. Grayscale: #9C9C9C. Windows color (decimal): -687059 or 2983157. OLE color: 2983157.
HSL color Cylindrical-coordinate representation of color #F5842D: hue angle of 26.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5842D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 45 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.04 |
| HSL | 26.1º | 0.91% | 0.57% | - |
| HSV(B) | 26.1º | 0.82% | 0.96% | - |
| XYZ | 46.38 | 36.1 | 7.01 | - |
| YUV | 155.87 | 65.44 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 45 | 0 | 0.46 | 0.82 | 0.04 | 26.1 | 0.91 | 0.57 |
| Hex | F5 | 84 | 2D | 0 | 2E | 52 | 4 | 1A | 5B | 39 |
| Octal | 365 | 204 | 55 | 0 | 56 | 122 | 4 | 32 | 133 | 71 |
| Binary | 11110101 | 10000100 | 101101 | 0 | 101110 | 1010010 | 100 | 11010 | 1011011 | 111001 |
Color Harmonies of #F5842D
Complementary color
Monochromatic Colors of #F5842D
Black with #F5842D
Text Example
Text Example
White with #F5842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5842D; }
p { color: rgb(245,132,45); }
H1.HeaderClassName
{
color: #F5842D;
}
.AnyTagClassName
{
color: #F5842D;
}
</style>
background-color css
<style>
a { background-color: #F5842D; }
a { background-color: rgb(245,132,45); }
div.DivClassName
{
background-color: #F5842D;
}
.BgClassName
{
background-color: #F5842D;
}
</style>
border-color css
<style>
span { border-color: #F5842D; }
span { border-color: rgb(245,132,45); }
td.TdClassName
{
border-color: #F5842D;
}
.TagClassName
{
border-color: #F5842D;
}
</style>