Shades of Outrageous Orange #F15D3E
Tints of Outrageous Orange #F15D3E
RGB
CMYK
RGB Variations
Color information
#F15D3E (or 0xF15D3E) is known color: Outrageous Orange. HEX triplet: F1, 5D and 3E. RGB value is (241,93,62). Sum of RGB (Red+Green+Blue) = 241+93+62=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D3E is #0EA2C1. Grayscale: #858585. Windows color (decimal): -959170 or 4087281. OLE color: 4087281.
HSL color Cylindrical-coordinate representation of color #F15D3E: hue angle of 10.39º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F15D3E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 62 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.05 |
| HSL | 10.39º | 0.86% | 0.59% | - |
| HSV(B) | 10.39º | 0.74% | 0.95% | - |
| XYZ | 41.06 | 26.88 | 7.58 | - |
| YUV | 133.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 62 | 0 | 0.61 | 0.74 | 0.05 | 10.39 | 0.86 | 0.59 |
| Hex | F1 | 5D | 3E | 0 | 3D | 4A | 5 | A | 56 | 3B |
| Octal | 361 | 135 | 76 | 0 | 75 | 112 | 5 | 12 | 126 | 73 |
| Binary | 11110001 | 1011101 | 111110 | 0 | 111101 | 1001010 | 101 | 1010 | 1010110 | 111011 |
Color Harmonies of #F15D3E
Complementary color
Monochromatic Colors of #F15D3E
Black with #F15D3E
Text Example
Text Example
White with #F15D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D3E; }
p { color: rgb(241,93,62); }
H1.HeaderClassName
{
color: #F15D3E;
}
.AnyTagClassName
{
color: #F15D3E;
}
</style>
background-color css
<style>
a { background-color: #F15D3E; }
a { background-color: rgb(241,93,62); }
div.DivClassName
{
background-color: #F15D3E;
}
.BgClassName
{
background-color: #F15D3E;
}
</style>
border-color css
<style>
span { border-color: #F15D3E; }
span { border-color: rgb(241,93,62); }
td.TdClassName
{
border-color: #F15D3E;
}
.TagClassName
{
border-color: #F15D3E;
}
</style>