Shades of Outrageous Orange #F15D1F
Tints of Outrageous Orange #F15D1F
RGB
CMYK
RGB Variations
Color information
#F15D1F (or 0xF15D1F) is known color: Outrageous Orange. HEX triplet: F1, 5D and 1F. RGB value is (241,93,31). Sum of RGB (Red+Green+Blue) = 241+93+31=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D1F is #0EA2E0. Grayscale: #828282. Windows color (decimal): -959201 or 2055665. OLE color: 2055665.
HSL color Cylindrical-coordinate representation of color #F15D1F: hue angle of 17.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F15D1F is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 31 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.05 |
| HSL | 17.71º | 0.88% | 0.53% | - |
| HSV(B) | 17.71º | 0.87% | 0.95% | - |
| XYZ | 40.44 | 26.63 | 4.3 | - |
| YUV | 130.18 | 72.03 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 31 | 0 | 0.61 | 0.87 | 0.05 | 17.71 | 0.88 | 0.53 |
| Hex | F1 | 5D | 1F | 0 | 3D | 57 | 5 | 12 | 58 | 35 |
| Octal | 361 | 135 | 37 | 0 | 75 | 127 | 5 | 22 | 130 | 65 |
| Binary | 11110001 | 1011101 | 11111 | 0 | 111101 | 1010111 | 101 | 10010 | 1011000 | 110101 |
Color Harmonies of #F15D1F
Complementary color
Monochromatic Colors of #F15D1F
Black with #F15D1F
Text Example
Text Example
White with #F15D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D1F; }
p { color: rgb(241,93,31); }
H1.HeaderClassName
{
color: #F15D1F;
}
.AnyTagClassName
{
color: #F15D1F;
}
</style>
background-color css
<style>
a { background-color: #F15D1F; }
a { background-color: rgb(241,93,31); }
div.DivClassName
{
background-color: #F15D1F;
}
.BgClassName
{
background-color: #F15D1F;
}
</style>
border-color css
<style>
span { border-color: #F15D1F; }
span { border-color: rgb(241,93,31); }
td.TdClassName
{
border-color: #F15D1F;
}
.TagClassName
{
border-color: #F15D1F;
}
</style>