Shades of Outrageous Orange #F15D2D
Tints of Outrageous Orange #F15D2D
RGB
CMYK
RGB Variations
Color information
#F15D2D (or 0xF15D2D) is known color: Outrageous Orange. HEX triplet: F1, 5D and 2D. RGB value is (241,93,45). Sum of RGB (Red+Green+Blue) = 241+93+45=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D2D is #0EA2D2. Grayscale: #848484. Windows color (decimal): -959187 or 2973169. OLE color: 2973169.
HSL color Cylindrical-coordinate representation of color #F15D2D: hue angle of 14.69º 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 #F15D2D is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 45 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.05 |
| HSL | 14.69º | 0.88% | 0.56% | - |
| HSV(B) | 14.69º | 0.81% | 0.95% | - |
| XYZ | 40.66 | 26.72 | 5.5 | - |
| YUV | 131.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 45 | 0 | 0.61 | 0.81 | 0.05 | 14.69 | 0.88 | 0.56 |
| Hex | F1 | 5D | 2D | 0 | 3D | 51 | 5 | F | 58 | 38 |
| Octal | 361 | 135 | 55 | 0 | 75 | 121 | 5 | 17 | 130 | 70 |
| Binary | 11110001 | 1011101 | 101101 | 0 | 111101 | 1010001 | 101 | 1111 | 1011000 | 111000 |
Color Harmonies of #F15D2D
Complementary color
Monochromatic Colors of #F15D2D
Black with #F15D2D
Text Example
Text Example
White with #F15D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D2D; }
p { color: rgb(241,93,45); }
H1.HeaderClassName
{
color: #F15D2D;
}
.AnyTagClassName
{
color: #F15D2D;
}
</style>
background-color css
<style>
a { background-color: #F15D2D; }
a { background-color: rgb(241,93,45); }
div.DivClassName
{
background-color: #F15D2D;
}
.BgClassName
{
background-color: #F15D2D;
}
</style>
border-color css
<style>
span { border-color: #F15D2D; }
span { border-color: rgb(241,93,45); }
td.TdClassName
{
border-color: #F15D2D;
}
.TagClassName
{
border-color: #F15D2D;
}
</style>