Shades of Sunset Orange #F15144
Tints of Sunset Orange #F15144
RGB
CMYK
RGB Variations
Color information
#F15144 (or 0xF15144) is known color: Sunset Orange. HEX triplet: F1, 51 and 44. RGB value is (241,81,68). Sum of RGB (Red+Green+Blue) = 241+81+68=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F15144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15144 is #0EAEBB. Grayscale: #7F7F7F. Windows color (decimal): -962236 or 4477425. OLE color: 4477425.
HSL color Cylindrical-coordinate representation of color #F15144: hue angle of 4.51º 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 #F15144 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 68 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.05 |
| HSL | 4.51º | 0.86% | 0.61% | - |
| HSV(B) | 4.51º | 0.72% | 0.95% | - |
| XYZ | 40.26 | 25 | 8.17 | - |
| YUV | 127.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 68 | 0 | 0.66 | 0.72 | 0.05 | 4.51 | 0.86 | 0.61 |
| Hex | F1 | 51 | 44 | 0 | 42 | 48 | 5 | 5 | 56 | 3D |
| Octal | 361 | 121 | 104 | 0 | 102 | 110 | 5 | 5 | 126 | 75 |
| Binary | 11110001 | 1010001 | 1000100 | 0 | 1000010 | 1001000 | 101 | 101 | 1010110 | 111101 |
Color Harmonies of #F15144
Complementary color
Monochromatic Colors of #F15144
Black with #F15144
Text Example
Text Example
White with #F15144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15144; }
p { color: rgb(241,81,68); }
H1.HeaderClassName
{
color: #F15144;
}
.AnyTagClassName
{
color: #F15144;
}
</style>
background-color css
<style>
a { background-color: #F15144; }
a { background-color: rgb(241,81,68); }
div.DivClassName
{
background-color: #F15144;
}
.BgClassName
{
background-color: #F15144;
}
</style>
border-color css
<style>
span { border-color: #F15144; }
span { border-color: rgb(241,81,68); }
td.TdClassName
{
border-color: #F15144;
}
.TagClassName
{
border-color: #F15144;
}
</style>