Shades of Sunset Orange #F1504E
Tints of Sunset Orange #F1504E
RGB
CMYK
RGB Variations
Color information
#F1504E (or 0xF1504E) is known color: Sunset Orange. HEX triplet: F1, 50 and 4E. RGB value is (241,80,78). Sum of RGB (Red+Green+Blue) = 241+80+78=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1504E is #0EAFB1. Grayscale: #808080. Windows color (decimal): -962482 or 5132529. OLE color: 5132529.
HSL color Cylindrical-coordinate representation of color #F1504E: hue angle of 0.74º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1504E is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 78 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.05 |
| HSL | 0.74º | 0.85% | 0.63% | - |
| HSV(B) | 0.74º | 0.68% | 0.95% | - |
| XYZ | 40.52 | 24.99 | 9.9 | - |
| YUV | 127.91 | 99.84 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 78 | 0 | 0.67 | 0.68 | 0.05 | 0.74 | 0.85 | 0.63 |
| Hex | F1 | 50 | 4E | 0 | 43 | 44 | 5 | 1 | 55 | 3F |
| Octal | 361 | 120 | 116 | 0 | 103 | 104 | 5 | 1 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1001110 | 0 | 1000011 | 1000100 | 101 | 1 | 1010101 | 111111 |
Color Harmonies of #F1504E
Complementary color
Monochromatic Colors of #F1504E
Black with #F1504E
Text Example
Text Example
White with #F1504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1504E; }
p { color: rgb(241,80,78); }
H1.HeaderClassName
{
color: #F1504E;
}
.AnyTagClassName
{
color: #F1504E;
}
</style>
background-color css
<style>
a { background-color: #F1504E; }
a { background-color: rgb(241,80,78); }
div.DivClassName
{
background-color: #F1504E;
}
.BgClassName
{
background-color: #F1504E;
}
</style>
border-color css
<style>
span { border-color: #F1504E; }
span { border-color: rgb(241,80,78); }
td.TdClassName
{
border-color: #F1504E;
}
.TagClassName
{
border-color: #F1504E;
}
</style>