Shades of Outrageous Orange #F1551E
Tints of Outrageous Orange #F1551E
RGB
CMYK
RGB Variations
Color information
#F1551E (or 0xF1551E) is known color: Outrageous Orange. HEX triplet: F1, 55 and 1E. RGB value is (241,85,30). Sum of RGB (Red+Green+Blue) = 241+85+30=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1551E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1551E is #0EAAE1. Grayscale: #7D7D7D. Windows color (decimal): -961250 or 1988081. OLE color: 1988081.
HSL color Cylindrical-coordinate representation of color #F1551E: hue angle of 15.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1551E is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 30 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.05 |
| HSL | 15.64º | 0.88% | 0.53% | - |
| HSV(B) | 15.64º | 0.88% | 0.95% | - |
| XYZ | 39.76 | 25.29 | 4.01 | - |
| YUV | 125.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 30 | 0 | 0.65 | 0.88 | 0.05 | 15.64 | 0.88 | 0.53 |
| Hex | F1 | 55 | 1E | 0 | 41 | 58 | 5 | 10 | 58 | 35 |
| Octal | 361 | 125 | 36 | 0 | 101 | 130 | 5 | 20 | 130 | 65 |
| Binary | 11110001 | 1010101 | 11110 | 0 | 1000001 | 1011000 | 101 | 10000 | 1011000 | 110101 |
Color Harmonies of #F1551E
Complementary color
Monochromatic Colors of #F1551E
Black with #F1551E
Text Example
Text Example
White with #F1551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1551E; }
p { color: rgb(241,85,30); }
H1.HeaderClassName
{
color: #F1551E;
}
.AnyTagClassName
{
color: #F1551E;
}
</style>
background-color css
<style>
a { background-color: #F1551E; }
a { background-color: rgb(241,85,30); }
div.DivClassName
{
background-color: #F1551E;
}
.BgClassName
{
background-color: #F1551E;
}
</style>
border-color css
<style>
span { border-color: #F1551E; }
span { border-color: rgb(241,85,30); }
td.TdClassName
{
border-color: #F1551E;
}
.TagClassName
{
border-color: #F1551E;
}
</style>