Shades of Sunset Orange #F6513A
Tints of Sunset Orange #F6513A
RGB
CMYK
RGB Variations
Color information
#F6513A (or 0xF6513A) is known color: Sunset Orange. HEX triplet: F6, 51 and 3A. RGB value is (246,81,58). Sum of RGB (Red+Green+Blue) = 246+81+58=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F6513A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6513A is #09AEC5. Grayscale: #7F7F7F. Windows color (decimal): -634566 or 3822070. OLE color: 3822070.
HSL color Cylindrical-coordinate representation of color #F6513A: hue angle of 7.34º degrees, saturation: 0.91, 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 #F6513A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 58 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.04 |
| HSL | 7.34º | 0.91% | 0.6% | - |
| HSV(B) | 7.34º | 0.76% | 0.96% | - |
| XYZ | 41.71 | 25.78 | 6.78 | - |
| YUV | 127.71 | 88.66 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 58 | 0 | 0.67 | 0.76 | 0.04 | 7.34 | 0.91 | 0.6 |
| Hex | F6 | 51 | 3A | 0 | 43 | 4C | 4 | 7 | 5B | 3C |
| Octal | 366 | 121 | 72 | 0 | 103 | 114 | 4 | 7 | 133 | 74 |
| Binary | 11110110 | 1010001 | 111010 | 0 | 1000011 | 1001100 | 100 | 111 | 1011011 | 111100 |
Color Harmonies of #F6513A
Complementary color
Monochromatic Colors of #F6513A
Black with #F6513A
Text Example
Text Example
White with #F6513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6513A; }
p { color: rgb(246,81,58); }
H1.HeaderClassName
{
color: #F6513A;
}
.AnyTagClassName
{
color: #F6513A;
}
</style>
background-color css
<style>
a { background-color: #F6513A; }
a { background-color: rgb(246,81,58); }
div.DivClassName
{
background-color: #F6513A;
}
.BgClassName
{
background-color: #F6513A;
}
</style>
border-color css
<style>
span { border-color: #F6513A; }
span { border-color: rgb(246,81,58); }
td.TdClassName
{
border-color: #F6513A;
}
.TagClassName
{
border-color: #F6513A;
}
</style>