Shades of Outrageous Orange #F3512F
Tints of Outrageous Orange #F3512F
RGB
CMYK
RGB Variations
Color information
#F3512F (or 0xF3512F) is known color: Outrageous Orange. HEX triplet: F3, 51 and 2F. RGB value is (243,81,47). Sum of RGB (Red+Green+Blue) = 243+81+47=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F3512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3512F is #0CAED0. Grayscale: #7D7D7D. Windows color (decimal): -831185 or 3101171. OLE color: 3101171.
HSL color Cylindrical-coordinate representation of color #F3512F: hue angle of 10.41º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3512F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 47 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.05 |
| HSL | 10.41º | 0.89% | 0.57% | - |
| HSV(B) | 10.41º | 0.81% | 0.95% | - |
| XYZ | 40.42 | 25.14 | 5.41 | - |
| YUV | 125.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 47 | 0 | 0.67 | 0.81 | 0.05 | 10.41 | 0.89 | 0.57 |
| Hex | F3 | 51 | 2F | 0 | 43 | 51 | 5 | A | 59 | 39 |
| Octal | 363 | 121 | 57 | 0 | 103 | 121 | 5 | 12 | 131 | 71 |
| Binary | 11110011 | 1010001 | 101111 | 0 | 1000011 | 1010001 | 101 | 1010 | 1011001 | 111001 |
Color Harmonies of #F3512F
Complementary color
Monochromatic Colors of #F3512F
Black with #F3512F
Text Example
Text Example
White with #F3512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3512F; }
p { color: rgb(243,81,47); }
H1.HeaderClassName
{
color: #F3512F;
}
.AnyTagClassName
{
color: #F3512F;
}
</style>
background-color css
<style>
a { background-color: #F3512F; }
a { background-color: rgb(243,81,47); }
div.DivClassName
{
background-color: #F3512F;
}
.BgClassName
{
background-color: #F3512F;
}
</style>
border-color css
<style>
span { border-color: #F3512F; }
span { border-color: rgb(243,81,47); }
td.TdClassName
{
border-color: #F3512F;
}
.TagClassName
{
border-color: #F3512F;
}
</style>