Shades of Sunset Orange #F15044
Tints of Sunset Orange #F15044
RGB
CMYK
RGB Variations
Color information
#F15044 (or 0xF15044) is known color: Sunset Orange. HEX triplet: F1, 50 and 44. RGB value is (241,80,68). Sum of RGB (Red+Green+Blue) = 241+80+68=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F15044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15044 is #0EAFBB. Grayscale: #7E7E7E. Windows color (decimal): -962492 or 4477169. OLE color: 4477169.
HSL color Cylindrical-coordinate representation of color #F15044: hue angle of 4.16º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F15044 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 68 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.05 |
| HSL | 4.16º | 0.86% | 0.61% | - |
| HSV(B) | 4.16º | 0.72% | 0.95% | - |
| XYZ | 40.19 | 24.86 | 8.15 | - |
| YUV | 126.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 68 | 0 | 0.67 | 0.72 | 0.05 | 4.16 | 0.86 | 0.61 |
| Hex | F1 | 50 | 44 | 0 | 43 | 48 | 5 | 4 | 56 | 3D |
| Octal | 361 | 120 | 104 | 0 | 103 | 110 | 5 | 4 | 126 | 75 |
| Binary | 11110001 | 1010000 | 1000100 | 0 | 1000011 | 1001000 | 101 | 100 | 1010110 | 111101 |
Color Harmonies of #F15044
Complementary color
Monochromatic Colors of #F15044
Black with #F15044
Text Example
Text Example
White with #F15044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15044; }
p { color: rgb(241,80,68); }
H1.HeaderClassName
{
color: #F15044;
}
.AnyTagClassName
{
color: #F15044;
}
</style>
background-color css
<style>
a { background-color: #F15044; }
a { background-color: rgb(241,80,68); }
div.DivClassName
{
background-color: #F15044;
}
.BgClassName
{
background-color: #F15044;
}
</style>
border-color css
<style>
span { border-color: #F15044; }
span { border-color: rgb(241,80,68); }
td.TdClassName
{
border-color: #F15044;
}
.TagClassName
{
border-color: #F15044;
}
</style>