Shades of Sunset Orange #F1473A
Tints of Sunset Orange #F1473A
RGB
CMYK
RGB Variations
Color information
#F1473A (or 0xF1473A) is known color: Sunset Orange. HEX triplet: F1, 47 and 3A. RGB value is (241,71,58). Sum of RGB (Red+Green+Blue) = 241+71+58=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1473A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1473A is #0EB8C5. Grayscale: #787878. Windows color (decimal): -964806 or 3819505. OLE color: 3819505.
HSL color Cylindrical-coordinate representation of color #F1473A: hue angle of 4.26º 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 #F1473A is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 58 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.05 |
| HSL | 4.26º | 0.87% | 0.59% | - |
| HSV(B) | 4.26º | 0.76% | 0.95% | - |
| XYZ | 39.29 | 23.51 | 6.47 | - |
| YUV | 120.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 58 | 0 | 0.71 | 0.76 | 0.05 | 4.26 | 0.87 | 0.59 |
| Hex | F1 | 47 | 3A | 0 | 47 | 4C | 5 | 4 | 57 | 3B |
| Octal | 361 | 107 | 72 | 0 | 107 | 114 | 5 | 4 | 127 | 73 |
| Binary | 11110001 | 1000111 | 111010 | 0 | 1000111 | 1001100 | 101 | 100 | 1010111 | 111011 |
Color Harmonies of #F1473A
Complementary color
Monochromatic Colors of #F1473A
Black with #F1473A
Text Example
Text Example
White with #F1473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1473A; }
p { color: rgb(241,71,58); }
H1.HeaderClassName
{
color: #F1473A;
}
.AnyTagClassName
{
color: #F1473A;
}
</style>
background-color css
<style>
a { background-color: #F1473A; }
a { background-color: rgb(241,71,58); }
div.DivClassName
{
background-color: #F1473A;
}
.BgClassName
{
background-color: #F1473A;
}
</style>
border-color css
<style>
span { border-color: #F1473A; }
span { border-color: rgb(241,71,58); }
td.TdClassName
{
border-color: #F1473A;
}
.TagClassName
{
border-color: #F1473A;
}
</style>