Shades of Sunset Orange #F1513A
Tints of Sunset Orange #F1513A
RGB
CMYK
RGB Variations
Color information
#F1513A (or 0xF1513A) is known color: Sunset Orange. HEX triplet: F1, 51 and 3A. RGB value is (241,81,58). Sum of RGB (Red+Green+Blue) = 241+81+58=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F1513A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1513A is #0EAEC5. Grayscale: #7E7E7E. Windows color (decimal): -962246 or 3822065. OLE color: 3822065.
HSL color Cylindrical-coordinate representation of color #F1513A: hue angle of 7.54º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1513A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 58 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.05 |
| HSL | 7.54º | 0.87% | 0.59% | - |
| HSV(B) | 7.54º | 0.76% | 0.95% | - |
| XYZ | 39.98 | 24.89 | 6.7 | - |
| YUV | 126.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 58 | 0 | 0.66 | 0.76 | 0.05 | 7.54 | 0.87 | 0.59 |
| Hex | F1 | 51 | 3A | 0 | 42 | 4C | 5 | 8 | 57 | 3B |
| Octal | 361 | 121 | 72 | 0 | 102 | 114 | 5 | 10 | 127 | 73 |
| Binary | 11110001 | 1010001 | 111010 | 0 | 1000010 | 1001100 | 101 | 1000 | 1010111 | 111011 |
Color Harmonies of #F1513A
Complementary color
Monochromatic Colors of #F1513A
Black with #F1513A
Text Example
Text Example
White with #F1513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1513A; }
p { color: rgb(241,81,58); }
H1.HeaderClassName
{
color: #F1513A;
}
.AnyTagClassName
{
color: #F1513A;
}
</style>
background-color css
<style>
a { background-color: #F1513A; }
a { background-color: rgb(241,81,58); }
div.DivClassName
{
background-color: #F1513A;
}
.BgClassName
{
background-color: #F1513A;
}
</style>
border-color css
<style>
span { border-color: #F1513A; }
span { border-color: rgb(241,81,58); }
td.TdClassName
{
border-color: #F1513A;
}
.TagClassName
{
border-color: #F1513A;
}
</style>