Shades of Outrageous Orange #F15F3E
Tints of Outrageous Orange #F15F3E
RGB
CMYK
RGB Variations
Color information
#F15F3E (or 0xF15F3E) is known color: Outrageous Orange. HEX triplet: F1, 5F and 3E. RGB value is (241,95,62). Sum of RGB (Red+Green+Blue) = 241+95+62=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F3E is #0EA0C1. Grayscale: #878787. Windows color (decimal): -958658 or 4087793. OLE color: 4087793.
HSL color Cylindrical-coordinate representation of color #F15F3E: hue angle of 11.06º 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 #F15F3E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 62 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.05 |
| HSL | 11.06º | 0.86% | 0.59% | - |
| HSV(B) | 11.06º | 0.74% | 0.95% | - |
| XYZ | 41.24 | 27.23 | 7.64 | - |
| YUV | 134.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 62 | 0 | 0.61 | 0.74 | 0.05 | 11.06 | 0.86 | 0.59 |
| Hex | F1 | 5F | 3E | 0 | 3D | 4A | 5 | B | 56 | 3B |
| Octal | 361 | 137 | 76 | 0 | 75 | 112 | 5 | 13 | 126 | 73 |
| Binary | 11110001 | 1011111 | 111110 | 0 | 111101 | 1001010 | 101 | 1011 | 1010110 | 111011 |
Color Harmonies of #F15F3E
Complementary color
Monochromatic Colors of #F15F3E
Black with #F15F3E
Text Example
Text Example
White with #F15F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F3E; }
p { color: rgb(241,95,62); }
H1.HeaderClassName
{
color: #F15F3E;
}
.AnyTagClassName
{
color: #F15F3E;
}
</style>
background-color css
<style>
a { background-color: #F15F3E; }
a { background-color: rgb(241,95,62); }
div.DivClassName
{
background-color: #F15F3E;
}
.BgClassName
{
background-color: #F15F3E;
}
</style>
border-color css
<style>
span { border-color: #F15F3E; }
span { border-color: rgb(241,95,62); }
td.TdClassName
{
border-color: #F15F3E;
}
.TagClassName
{
border-color: #F15F3E;
}
</style>