Shades of Sunset Orange #F5514D
Tints of Sunset Orange #F5514D
RGB
CMYK
RGB Variations
Color information
#F5514D (or 0xF5514D) is known color: Sunset Orange. HEX triplet: F5, 51 and 4D. RGB value is (245,81,77). Sum of RGB (Red+Green+Blue) = 245+81+77=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5514D is #0AAEB2. Grayscale: #818181. Windows color (decimal): -700083 or 5067253. OLE color: 5067253.
HSL color Cylindrical-coordinate representation of color #F5514D: hue angle of 1.43º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5514D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.04 |
| HSL | 1.43º | 0.89% | 0.63% | - |
| HSV(B) | 1.43º | 0.69% | 0.96% | - |
| XYZ | 41.94 | 25.83 | 9.8 | - |
| YUV | 129.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 77 | 0 | 0.67 | 0.69 | 0.04 | 1.43 | 0.89 | 0.63 |
| Hex | F5 | 51 | 4D | 0 | 43 | 45 | 4 | 1 | 59 | 3F |
| Octal | 365 | 121 | 115 | 0 | 103 | 105 | 4 | 1 | 131 | 77 |
| Binary | 11110101 | 1010001 | 1001101 | 0 | 1000011 | 1000101 | 100 | 1 | 1011001 | 111111 |
Color Harmonies of #F5514D
Complementary color
Monochromatic Colors of #F5514D
Black with #F5514D
Text Example
Text Example
White with #F5514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5514D; }
p { color: rgb(245,81,77); }
H1.HeaderClassName
{
color: #F5514D;
}
.AnyTagClassName
{
color: #F5514D;
}
</style>
background-color css
<style>
a { background-color: #F5514D; }
a { background-color: rgb(245,81,77); }
div.DivClassName
{
background-color: #F5514D;
}
.BgClassName
{
background-color: #F5514D;
}
</style>
border-color css
<style>
span { border-color: #F5514D; }
span { border-color: rgb(245,81,77); }
td.TdClassName
{
border-color: #F5514D;
}
.TagClassName
{
border-color: #F5514D;
}
</style>