Shades of Sunset Orange #F15036
Tints of Sunset Orange #F15036
RGB
CMYK
RGB Variations
Color information
#F15036 (or 0xF15036) is known color: Sunset Orange. HEX triplet: F1, 50 and 36. RGB value is (241,80,54). Sum of RGB (Red+Green+Blue) = 241+80+54=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F15036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15036 is #0EAFC9. Grayscale: #7D7D7D. Windows color (decimal): -962506 or 3559665. OLE color: 3559665.
HSL color Cylindrical-coordinate representation of color #F15036: hue angle of 8.34º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F15036 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 54 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.05 |
| HSL | 8.34º | 0.87% | 0.58% | - |
| HSV(B) | 8.34º | 0.78% | 0.95% | - |
| XYZ | 39.81 | 24.7 | 6.16 | - |
| YUV | 125.18 | 87.84 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 54 | 0 | 0.67 | 0.78 | 0.05 | 8.34 | 0.87 | 0.58 |
| Hex | F1 | 50 | 36 | 0 | 43 | 4E | 5 | 8 | 57 | 3A |
| Octal | 361 | 120 | 66 | 0 | 103 | 116 | 5 | 10 | 127 | 72 |
| Binary | 11110001 | 1010000 | 110110 | 0 | 1000011 | 1001110 | 101 | 1000 | 1010111 | 111010 |
Color Harmonies of #F15036
Complementary color
Monochromatic Colors of #F15036
Black with #F15036
Text Example
Text Example
White with #F15036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15036; }
p { color: rgb(241,80,54); }
H1.HeaderClassName
{
color: #F15036;
}
.AnyTagClassName
{
color: #F15036;
}
</style>
background-color css
<style>
a { background-color: #F15036; }
a { background-color: rgb(241,80,54); }
div.DivClassName
{
background-color: #F15036;
}
.BgClassName
{
background-color: #F15036;
}
</style>
border-color css
<style>
span { border-color: #F15036; }
span { border-color: rgb(241,80,54); }
td.TdClassName
{
border-color: #F15036;
}
.TagClassName
{
border-color: #F15036;
}
</style>