Shades of Sunset Orange #F5514B
Tints of Sunset Orange #F5514B
RGB
CMYK
RGB Variations
Color information
#F5514B (or 0xF5514B) is known color: Sunset Orange. HEX triplet: F5, 51 and 4B. RGB value is (245,81,75). Sum of RGB (Red+Green+Blue) = 245+81+75=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5514B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5514B is #0AAEB4. Grayscale: #818181. Windows color (decimal): -700085 or 4936181. OLE color: 4936181.
HSL color Cylindrical-coordinate representation of color #F5514B: hue angle of 2.12º 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 #F5514B is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 75 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.04 |
| HSL | 2.12º | 0.89% | 0.63% | - |
| HSV(B) | 2.12º | 0.69% | 0.96% | - |
| XYZ | 41.87 | 25.81 | 9.43 | - |
| YUV | 129.35 | 97.33 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 75 | 0 | 0.67 | 0.69 | 0.04 | 2.12 | 0.89 | 0.63 |
| Hex | F5 | 51 | 4B | 0 | 43 | 45 | 4 | 2 | 59 | 3F |
| Octal | 365 | 121 | 113 | 0 | 103 | 105 | 4 | 2 | 131 | 77 |
| Binary | 11110101 | 1010001 | 1001011 | 0 | 1000011 | 1000101 | 100 | 10 | 1011001 | 111111 |
Color Harmonies of #F5514B
Complementary color
Monochromatic Colors of #F5514B
Black with #F5514B
Text Example
Text Example
White with #F5514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5514B; }
p { color: rgb(245,81,75); }
H1.HeaderClassName
{
color: #F5514B;
}
.AnyTagClassName
{
color: #F5514B;
}
</style>
background-color css
<style>
a { background-color: #F5514B; }
a { background-color: rgb(245,81,75); }
div.DivClassName
{
background-color: #F5514B;
}
.BgClassName
{
background-color: #F5514B;
}
</style>
border-color css
<style>
span { border-color: #F5514B; }
span { border-color: rgb(245,81,75); }
td.TdClassName
{
border-color: #F5514B;
}
.TagClassName
{
border-color: #F5514B;
}
</style>