Shades of Sunset Orange #F5463B
Tints of Sunset Orange #F5463B
RGB
CMYK
RGB Variations
Color information
#F5463B (or 0xF5463B) is known color: Sunset Orange. HEX triplet: F5, 46 and 3B. RGB value is (245,70,59). Sum of RGB (Red+Green+Blue) = 245+70+59=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5463B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5463B is #0AB9C4. Grayscale: #797979. Windows color (decimal): -702917 or 3884789. OLE color: 3884789.
HSL color Cylindrical-coordinate representation of color #F5463B: hue angle of 3.55º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5463B is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 59 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.04 |
| HSL | 3.55º | 0.9% | 0.6% | - |
| HSV(B) | 3.55º | 0.76% | 0.96% | - |
| XYZ | 40.64 | 24.11 | 6.65 | - |
| YUV | 121.07 | 92.98 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 59 | 0 | 0.71 | 0.76 | 0.04 | 3.55 | 0.9 | 0.6 |
| Hex | F5 | 46 | 3B | 0 | 47 | 4C | 4 | 4 | 5A | 3C |
| Octal | 365 | 106 | 73 | 0 | 107 | 114 | 4 | 4 | 132 | 74 |
| Binary | 11110101 | 1000110 | 111011 | 0 | 1000111 | 1001100 | 100 | 100 | 1011010 | 111100 |
Color Harmonies of #F5463B
Complementary color
Monochromatic Colors of #F5463B
Black with #F5463B
Text Example
Text Example
White with #F5463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5463B; }
p { color: rgb(245,70,59); }
H1.HeaderClassName
{
color: #F5463B;
}
.AnyTagClassName
{
color: #F5463B;
}
</style>
background-color css
<style>
a { background-color: #F5463B; }
a { background-color: rgb(245,70,59); }
div.DivClassName
{
background-color: #F5463B;
}
.BgClassName
{
background-color: #F5463B;
}
</style>
border-color css
<style>
span { border-color: #F5463B; }
span { border-color: rgb(245,70,59); }
td.TdClassName
{
border-color: #F5463B;
}
.TagClassName
{
border-color: #F5463B;
}
</style>