Shades of Sunset Orange #F5534E
Tints of Sunset Orange #F5534E
RGB
CMYK
RGB Variations
Color information
#F5534E (or 0xF5534E) is known color: Sunset Orange. HEX triplet: F5, 53 and 4E. RGB value is (245,83,78). Sum of RGB (Red+Green+Blue) = 245+83+78=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5534E is #0AACB1. Grayscale: #838383. Windows color (decimal): -699570 or 5133301. OLE color: 5133301.
HSL color Cylindrical-coordinate representation of color #F5534E: hue angle of 1.8º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5534E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 78 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.04 |
| HSL | 1.8º | 0.89% | 0.63% | - |
| HSV(B) | 1.8º | 0.68% | 0.96% | - |
| XYZ | 42.12 | 26.15 | 10.03 | - |
| YUV | 130.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 78 | 0 | 0.66 | 0.68 | 0.04 | 1.8 | 0.89 | 0.63 |
| Hex | F5 | 53 | 4E | 0 | 42 | 44 | 4 | 2 | 59 | 3F |
| Octal | 365 | 123 | 116 | 0 | 102 | 104 | 4 | 2 | 131 | 77 |
| Binary | 11110101 | 1010011 | 1001110 | 0 | 1000010 | 1000100 | 100 | 10 | 1011001 | 111111 |
Color Harmonies of #F5534E
Complementary color
Monochromatic Colors of #F5534E
Black with #F5534E
Text Example
Text Example
White with #F5534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5534E; }
p { color: rgb(245,83,78); }
H1.HeaderClassName
{
color: #F5534E;
}
.AnyTagClassName
{
color: #F5534E;
}
</style>
background-color css
<style>
a { background-color: #F5534E; }
a { background-color: rgb(245,83,78); }
div.DivClassName
{
background-color: #F5534E;
}
.BgClassName
{
background-color: #F5534E;
}
</style>
border-color css
<style>
span { border-color: #F5534E; }
span { border-color: rgb(245,83,78); }
td.TdClassName
{
border-color: #F5534E;
}
.TagClassName
{
border-color: #F5534E;
}
</style>