Shades of Sunset Orange #F15145
Tints of Sunset Orange #F15145
RGB
CMYK
RGB Variations
Color information
#F15145 (or 0xF15145) is known color: Sunset Orange. HEX triplet: F1, 51 and 45. RGB value is (241,81,69). Sum of RGB (Red+Green+Blue) = 241+81+69=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F15145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15145 is #0EAEBA. Grayscale: #7F7F7F. Windows color (decimal): -962235 or 4542961. OLE color: 4542961.
HSL color Cylindrical-coordinate representation of color #F15145: hue angle of 4.19º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F15145 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 69 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.05 |
| HSL | 4.19º | 0.86% | 0.61% | - |
| HSV(B) | 4.19º | 0.71% | 0.95% | - |
| XYZ | 40.29 | 25.02 | 8.34 | - |
| YUV | 127.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 69 | 0 | 0.66 | 0.71 | 0.05 | 4.19 | 0.86 | 0.61 |
| Hex | F1 | 51 | 45 | 0 | 42 | 47 | 5 | 4 | 56 | 3D |
| Octal | 361 | 121 | 105 | 0 | 102 | 107 | 5 | 4 | 126 | 75 |
| Binary | 11110001 | 1010001 | 1000101 | 0 | 1000010 | 1000111 | 101 | 100 | 1010110 | 111101 |
Color Harmonies of #F15145
Complementary color
Monochromatic Colors of #F15145
Black with #F15145
Text Example
Text Example
White with #F15145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15145; }
p { color: rgb(241,81,69); }
H1.HeaderClassName
{
color: #F15145;
}
.AnyTagClassName
{
color: #F15145;
}
</style>
background-color css
<style>
a { background-color: #F15145; }
a { background-color: rgb(241,81,69); }
div.DivClassName
{
background-color: #F15145;
}
.BgClassName
{
background-color: #F15145;
}
</style>
border-color css
<style>
span { border-color: #F15145; }
span { border-color: rgb(241,81,69); }
td.TdClassName
{
border-color: #F15145;
}
.TagClassName
{
border-color: #F15145;
}
</style>