Shades of Sunset Orange #F1503A
Tints of Sunset Orange #F1503A
RGB
CMYK
RGB Variations
Color information
#F1503A (or 0xF1503A) is known color: Sunset Orange. HEX triplet: F1, 50 and 3A. RGB value is (241,80,58). Sum of RGB (Red+Green+Blue) = 241+80+58=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F1503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1503A is #0EAFC5. Grayscale: #7D7D7D. Windows color (decimal): -962502 or 3821809. OLE color: 3821809.
HSL color Cylindrical-coordinate representation of color #F1503A: hue angle of 7.21º 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 #F1503A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 58 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.05 |
| HSL | 7.21º | 0.87% | 0.59% | - |
| HSV(B) | 7.21º | 0.76% | 0.95% | - |
| XYZ | 39.91 | 24.74 | 6.68 | - |
| YUV | 125.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 58 | 0 | 0.67 | 0.76 | 0.05 | 7.21 | 0.87 | 0.59 |
| Hex | F1 | 50 | 3A | 0 | 43 | 4C | 5 | 7 | 57 | 3B |
| Octal | 361 | 120 | 72 | 0 | 103 | 114 | 5 | 7 | 127 | 73 |
| Binary | 11110001 | 1010000 | 111010 | 0 | 1000011 | 1001100 | 101 | 111 | 1010111 | 111011 |
Color Harmonies of #F1503A
Complementary color
Monochromatic Colors of #F1503A
Black with #F1503A
Text Example
Text Example
White with #F1503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1503A; }
p { color: rgb(241,80,58); }
H1.HeaderClassName
{
color: #F1503A;
}
.AnyTagClassName
{
color: #F1503A;
}
</style>
background-color css
<style>
a { background-color: #F1503A; }
a { background-color: rgb(241,80,58); }
div.DivClassName
{
background-color: #F1503A;
}
.BgClassName
{
background-color: #F1503A;
}
</style>
border-color css
<style>
span { border-color: #F1503A; }
span { border-color: rgb(241,80,58); }
td.TdClassName
{
border-color: #F1503A;
}
.TagClassName
{
border-color: #F1503A;
}
</style>