Shades of Sunset Orange #F15050
Tints of Sunset Orange #F15050
RGB
CMYK
RGB Variations
Color information
#F15050 (or 0xF15050) is known color: Sunset Orange. HEX triplet: F1, 50 and 50. RGB value is (241,80,80). Sum of RGB (Red+Green+Blue) = 241+80+80=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F15050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15050 is #0EAFAF. Grayscale: #808080. Windows color (decimal): -962480 or 5263601. OLE color: 5263601.
HSL color Cylindrical-coordinate representation of color #F15050: hue angle of 0º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15050 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 80 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.05 |
| HSL | 0º | 0.85% | 0.63% | - |
| HSV(B) | 0º | 0.67% | 0.95% | - |
| XYZ | 40.59 | 25.02 | 10.28 | - |
| YUV | 128.14 | 100.84 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 80 | 0 | 0.67 | 0.67 | 0.05 | 0 | 0.85 | 0.63 |
| Hex | F1 | 50 | 50 | 0 | 43 | 43 | 5 | 0 | 55 | 3F |
| Octal | 361 | 120 | 120 | 0 | 103 | 103 | 5 | 0 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1010000 | 0 | 1000011 | 1000011 | 101 | 0 | 1010101 | 111111 |
Color Harmonies of #F15050
Complementary color
Monochromatic Colors of #F15050
Black with #F15050
Text Example
Text Example
White with #F15050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15050; }
p { color: rgb(241,80,80); }
H1.HeaderClassName
{
color: #F15050;
}
.AnyTagClassName
{
color: #F15050;
}
</style>
background-color css
<style>
a { background-color: #F15050; }
a { background-color: rgb(241,80,80); }
div.DivClassName
{
background-color: #F15050;
}
.BgClassName
{
background-color: #F15050;
}
</style>
border-color css
<style>
span { border-color: #F15050; }
span { border-color: rgb(241,80,80); }
td.TdClassName
{
border-color: #F15050;
}
.TagClassName
{
border-color: #F15050;
}
</style>