Shades of Sunset Orange #F1503E
Tints of Sunset Orange #F1503E
RGB
CMYK
RGB Variations
Color information
#F1503E (or 0xF1503E) is known color: Sunset Orange. HEX triplet: F1, 50 and 3E. RGB value is (241,80,62). Sum of RGB (Red+Green+Blue) = 241+80+62=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1503E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1503E is #0EAFC1. Grayscale: #7E7E7E. Windows color (decimal): -962498 or 4083953. OLE color: 4083953.
HSL color Cylindrical-coordinate representation of color #F1503E: hue angle of 6.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1503E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 62 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.05 |
| HSL | 6.03º | 0.86% | 0.59% | - |
| HSV(B) | 6.03º | 0.74% | 0.95% | - |
| XYZ | 40.01 | 24.79 | 7.23 | - |
| YUV | 126.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 62 | 0 | 0.67 | 0.74 | 0.05 | 6.03 | 0.86 | 0.59 |
| Hex | F1 | 50 | 3E | 0 | 43 | 4A | 5 | 6 | 56 | 3B |
| Octal | 361 | 120 | 76 | 0 | 103 | 112 | 5 | 6 | 126 | 73 |
| Binary | 11110001 | 1010000 | 111110 | 0 | 1000011 | 1001010 | 101 | 110 | 1010110 | 111011 |
Color Harmonies of #F1503E
Complementary color
Monochromatic Colors of #F1503E
Black with #F1503E
Text Example
Text Example
White with #F1503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1503E; }
p { color: rgb(241,80,62); }
H1.HeaderClassName
{
color: #F1503E;
}
.AnyTagClassName
{
color: #F1503E;
}
</style>
background-color css
<style>
a { background-color: #F1503E; }
a { background-color: rgb(241,80,62); }
div.DivClassName
{
background-color: #F1503E;
}
.BgClassName
{
background-color: #F1503E;
}
</style>
border-color css
<style>
span { border-color: #F1503E; }
span { border-color: rgb(241,80,62); }
td.TdClassName
{
border-color: #F1503E;
}
.TagClassName
{
border-color: #F1503E;
}
</style>