Shades of Sunset Orange #F1504D
Tints of Sunset Orange #F1504D
RGB
CMYK
RGB Variations
Color information
#F1504D (or 0xF1504D) is known color: Sunset Orange. HEX triplet: F1, 50 and 4D. RGB value is (241,80,77). Sum of RGB (Red+Green+Blue) = 241+80+77=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1504D is #0EAFB2. Grayscale: #7F7F7F. Windows color (decimal): -962483 or 5066993. OLE color: 5066993.
HSL color Cylindrical-coordinate representation of color #F1504D: hue angle of 1.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1504D is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 77 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.05 |
| HSL | 1.1º | 0.85% | 0.62% | - |
| HSV(B) | 1.1º | 0.68% | 0.95% | - |
| XYZ | 40.48 | 24.97 | 9.71 | - |
| YUV | 127.8 | 99.34 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 77 | 0 | 0.67 | 0.68 | 0.05 | 1.1 | 0.85 | 0.62 |
| Hex | F1 | 50 | 4D | 0 | 43 | 44 | 5 | 1 | 55 | 3E |
| Octal | 361 | 120 | 115 | 0 | 103 | 104 | 5 | 1 | 125 | 76 |
| Binary | 11110001 | 1010000 | 1001101 | 0 | 1000011 | 1000100 | 101 | 1 | 1010101 | 111110 |
Color Harmonies of #F1504D
Complementary color
Monochromatic Colors of #F1504D
Black with #F1504D
Text Example
Text Example
White with #F1504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1504D; }
p { color: rgb(241,80,77); }
H1.HeaderClassName
{
color: #F1504D;
}
.AnyTagClassName
{
color: #F1504D;
}
</style>
background-color css
<style>
a { background-color: #F1504D; }
a { background-color: rgb(241,80,77); }
div.DivClassName
{
background-color: #F1504D;
}
.BgClassName
{
background-color: #F1504D;
}
</style>
border-color css
<style>
span { border-color: #F1504D; }
span { border-color: rgb(241,80,77); }
td.TdClassName
{
border-color: #F1504D;
}
.TagClassName
{
border-color: #F1504D;
}
</style>