Shades of Outrageous Orange #F15D3D
Tints of Outrageous Orange #F15D3D
RGB
CMYK
RGB Variations
Color information
#F15D3D (or 0xF15D3D) is known color: Outrageous Orange. HEX triplet: F1, 5D and 3D. RGB value is (241,93,61). Sum of RGB (Red+Green+Blue) = 241+93+61=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D3D is #0EA2C2. Grayscale: #858585. Windows color (decimal): -959171 or 4021745. OLE color: 4021745.
HSL color Cylindrical-coordinate representation of color #F15D3D: hue angle of 10.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F15D3D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 61 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.05 |
| HSL | 10.67º | 0.87% | 0.59% | - |
| HSV(B) | 10.67º | 0.75% | 0.95% | - |
| XYZ | 41.03 | 26.87 | 7.44 | - |
| YUV | 133.6 | 87.03 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 61 | 0 | 0.61 | 0.75 | 0.05 | 10.67 | 0.87 | 0.59 |
| Hex | F1 | 5D | 3D | 0 | 3D | 4B | 5 | B | 57 | 3B |
| Octal | 361 | 135 | 75 | 0 | 75 | 113 | 5 | 13 | 127 | 73 |
| Binary | 11110001 | 1011101 | 111101 | 0 | 111101 | 1001011 | 101 | 1011 | 1010111 | 111011 |
Color Harmonies of #F15D3D
Complementary color
Monochromatic Colors of #F15D3D
Black with #F15D3D
Text Example
Text Example
White with #F15D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D3D; }
p { color: rgb(241,93,61); }
H1.HeaderClassName
{
color: #F15D3D;
}
.AnyTagClassName
{
color: #F15D3D;
}
</style>
background-color css
<style>
a { background-color: #F15D3D; }
a { background-color: rgb(241,93,61); }
div.DivClassName
{
background-color: #F15D3D;
}
.BgClassName
{
background-color: #F15D3D;
}
</style>
border-color css
<style>
span { border-color: #F15D3D; }
span { border-color: rgb(241,93,61); }
td.TdClassName
{
border-color: #F15D3D;
}
.TagClassName
{
border-color: #F15D3D;
}
</style>