Shades of Sunset Orange #F5514C
Tints of Sunset Orange #F5514C
RGB
CMYK
RGB Variations
Color information
#F5514C (or 0xF5514C) is known color: Sunset Orange. HEX triplet: F5, 51 and 4C. RGB value is (245,81,76). Sum of RGB (Red+Green+Blue) = 245+81+76=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5514C is #0AAEB3. Grayscale: #818181. Windows color (decimal): -700084 or 5001717. OLE color: 5001717.
HSL color Cylindrical-coordinate representation of color #F5514C: hue angle of 1.78º 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 #F5514C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 76 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.04 |
| HSL | 1.78º | 0.89% | 0.63% | - |
| HSV(B) | 1.78º | 0.69% | 0.96% | - |
| XYZ | 41.9 | 25.82 | 9.61 | - |
| YUV | 129.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 76 | 0 | 0.67 | 0.69 | 0.04 | 1.78 | 0.89 | 0.63 |
| Hex | F5 | 51 | 4C | 0 | 43 | 45 | 4 | 2 | 59 | 3F |
| Octal | 365 | 121 | 114 | 0 | 103 | 105 | 4 | 2 | 131 | 77 |
| Binary | 11110101 | 1010001 | 1001100 | 0 | 1000011 | 1000101 | 100 | 10 | 1011001 | 111111 |
Color Harmonies of #F5514C
Complementary color
Monochromatic Colors of #F5514C
Black with #F5514C
Text Example
Text Example
White with #F5514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5514C; }
p { color: rgb(245,81,76); }
H1.HeaderClassName
{
color: #F5514C;
}
.AnyTagClassName
{
color: #F5514C;
}
</style>
background-color css
<style>
a { background-color: #F5514C; }
a { background-color: rgb(245,81,76); }
div.DivClassName
{
background-color: #F5514C;
}
.BgClassName
{
background-color: #F5514C;
}
</style>
border-color css
<style>
span { border-color: #F5514C; }
span { border-color: rgb(245,81,76); }
td.TdClassName
{
border-color: #F5514C;
}
.TagClassName
{
border-color: #F5514C;
}
</style>