Shades of Sunset Orange #F7513D
Tints of Sunset Orange #F7513D
RGB
CMYK
RGB Variations
Color information
#F7513D (or 0xF7513D) is known color: Sunset Orange. HEX triplet: F7, 51 and 3D. RGB value is (247,81,61). Sum of RGB (Red+Green+Blue) = 247+81+61=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7513D is #08AEC2. Grayscale: #808080. Windows color (decimal): -569027 or 4018679. OLE color: 4018679.
HSL color Cylindrical-coordinate representation of color #F7513D: hue angle of 6.45º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7513D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 61 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.03 |
| HSL | 6.45º | 0.92% | 0.6% | - |
| HSV(B) | 6.45º | 0.75% | 0.97% | - |
| XYZ | 42.14 | 26 | 7.21 | - |
| YUV | 128.35 | 90 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 61 | 0 | 0.67 | 0.75 | 0.03 | 6.45 | 0.92 | 0.6 |
| Hex | F7 | 51 | 3D | 0 | 43 | 4B | 3 | 6 | 5C | 3C |
| Octal | 367 | 121 | 75 | 0 | 103 | 113 | 3 | 6 | 134 | 74 |
| Binary | 11110111 | 1010001 | 111101 | 0 | 1000011 | 1001011 | 11 | 110 | 1011100 | 111100 |
Color Harmonies of #F7513D
Complementary color
Monochromatic Colors of #F7513D
Black with #F7513D
Text Example
Text Example
White with #F7513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7513D; }
p { color: rgb(247,81,61); }
H1.HeaderClassName
{
color: #F7513D;
}
.AnyTagClassName
{
color: #F7513D;
}
</style>
background-color css
<style>
a { background-color: #F7513D; }
a { background-color: rgb(247,81,61); }
div.DivClassName
{
background-color: #F7513D;
}
.BgClassName
{
background-color: #F7513D;
}
</style>
border-color css
<style>
span { border-color: #F7513D; }
span { border-color: rgb(247,81,61); }
td.TdClassName
{
border-color: #F7513D;
}
.TagClassName
{
border-color: #F7513D;
}
</style>