Shades of Outrageous Orange #F3511E
Tints of Outrageous Orange #F3511E
RGB
CMYK
RGB Variations
Color information
#F3511E (or 0xF3511E) is known color: Outrageous Orange. HEX triplet: F3, 51 and 1E. RGB value is (243,81,30). Sum of RGB (Red+Green+Blue) = 243+81+30=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3511E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3511E is #0CAEE1. Grayscale: #7B7B7B. Windows color (decimal): -831202 or 1987059. OLE color: 1987059.
HSL color Cylindrical-coordinate representation of color #F3511E: hue angle of 14.37º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3511E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 30 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.05 |
| HSL | 14.37º | 0.9% | 0.54% | - |
| HSV(B) | 14.37º | 0.88% | 0.95% | - |
| XYZ | 40.14 | 25.03 | 3.94 | - |
| YUV | 123.62 | 75.17 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 30 | 0 | 0.67 | 0.88 | 0.05 | 14.37 | 0.9 | 0.54 |
| Hex | F3 | 51 | 1E | 0 | 43 | 58 | 5 | E | 5A | 36 |
| Octal | 363 | 121 | 36 | 0 | 103 | 130 | 5 | 16 | 132 | 66 |
| Binary | 11110011 | 1010001 | 11110 | 0 | 1000011 | 1011000 | 101 | 1110 | 1011010 | 110110 |
Color Harmonies of #F3511E
Complementary color
Monochromatic Colors of #F3511E
Black with #F3511E
Text Example
Text Example
White with #F3511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3511E; }
p { color: rgb(243,81,30); }
H1.HeaderClassName
{
color: #F3511E;
}
.AnyTagClassName
{
color: #F3511E;
}
</style>
background-color css
<style>
a { background-color: #F3511E; }
a { background-color: rgb(243,81,30); }
div.DivClassName
{
background-color: #F3511E;
}
.BgClassName
{
background-color: #F3511E;
}
</style>
border-color css
<style>
span { border-color: #F3511E; }
span { border-color: rgb(243,81,30); }
td.TdClassName
{
border-color: #F3511E;
}
.TagClassName
{
border-color: #F3511E;
}
</style>