Shades of Sunset Orange #F1503F
Tints of Sunset Orange #F1503F
RGB
CMYK
RGB Variations
Color information
#F1503F (or 0xF1503F) is known color: Sunset Orange. HEX triplet: F1, 50 and 3F. RGB value is (241,80,63). Sum of RGB (Red+Green+Blue) = 241+80+63=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1503F is #0EAFC0. Grayscale: #7E7E7E. Windows color (decimal): -962497 or 4149489. OLE color: 4149489.
HSL color Cylindrical-coordinate representation of color #F1503F: hue angle of 5.73º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1503F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 63 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.05 |
| HSL | 5.73º | 0.86% | 0.6% | - |
| HSV(B) | 5.73º | 0.74% | 0.95% | - |
| XYZ | 40.04 | 24.8 | 7.38 | - |
| YUV | 126.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 63 | 0 | 0.67 | 0.74 | 0.05 | 5.73 | 0.86 | 0.6 |
| Hex | F1 | 50 | 3F | 0 | 43 | 4A | 5 | 6 | 56 | 3C |
| Octal | 361 | 120 | 77 | 0 | 103 | 112 | 5 | 6 | 126 | 74 |
| Binary | 11110001 | 1010000 | 111111 | 0 | 1000011 | 1001010 | 101 | 110 | 1010110 | 111100 |
Color Harmonies of #F1503F
Complementary color
Monochromatic Colors of #F1503F
Black with #F1503F
Text Example
Text Example
White with #F1503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1503F; }
p { color: rgb(241,80,63); }
H1.HeaderClassName
{
color: #F1503F;
}
.AnyTagClassName
{
color: #F1503F;
}
</style>
background-color css
<style>
a { background-color: #F1503F; }
a { background-color: rgb(241,80,63); }
div.DivClassName
{
background-color: #F1503F;
}
.BgClassName
{
background-color: #F1503F;
}
</style>
border-color css
<style>
span { border-color: #F1503F; }
span { border-color: rgb(241,80,63); }
td.TdClassName
{
border-color: #F1503F;
}
.TagClassName
{
border-color: #F1503F;
}
</style>