Shades of Outrageous Orange #F1542D
Tints of Outrageous Orange #F1542D
RGB
CMYK
RGB Variations
Color information
#F1542D (or 0xF1542D) is known color: Outrageous Orange. HEX triplet: F1, 54 and 2D. RGB value is (241,84,45). Sum of RGB (Red+Green+Blue) = 241+84+45=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1542D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1542D is #0EABD2. Grayscale: #7E7E7E. Windows color (decimal): -961491 or 2970865. OLE color: 2970865.
HSL color Cylindrical-coordinate representation of color #F1542D: hue angle of 11.94º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1542D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.05 |
| HSL | 11.94º | 0.88% | 0.56% | - |
| HSV(B) | 11.94º | 0.81% | 0.95% | - |
| XYZ | 39.92 | 25.23 | 5.25 | - |
| YUV | 126.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 45 | 0 | 0.65 | 0.81 | 0.05 | 11.94 | 0.88 | 0.56 |
| Hex | F1 | 54 | 2D | 0 | 41 | 51 | 5 | C | 58 | 38 |
| Octal | 361 | 124 | 55 | 0 | 101 | 121 | 5 | 14 | 130 | 70 |
| Binary | 11110001 | 1010100 | 101101 | 0 | 1000001 | 1010001 | 101 | 1100 | 1011000 | 111000 |
Color Harmonies of #F1542D
Complementary color
Monochromatic Colors of #F1542D
Black with #F1542D
Text Example
Text Example
White with #F1542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1542D; }
p { color: rgb(241,84,45); }
H1.HeaderClassName
{
color: #F1542D;
}
.AnyTagClassName
{
color: #F1542D;
}
</style>
background-color css
<style>
a { background-color: #F1542D; }
a { background-color: rgb(241,84,45); }
div.DivClassName
{
background-color: #F1542D;
}
.BgClassName
{
background-color: #F1542D;
}
</style>
border-color css
<style>
span { border-color: #F1542D; }
span { border-color: rgb(241,84,45); }
td.TdClassName
{
border-color: #F1542D;
}
.TagClassName
{
border-color: #F1542D;
}
</style>