Shades of Outrageous Orange #F3512C
Tints of Outrageous Orange #F3512C
RGB
CMYK
RGB Variations
Color information
#F3512C (or 0xF3512C) is known color: Outrageous Orange. HEX triplet: F3, 51 and 2C. RGB value is (243,81,44). Sum of RGB (Red+Green+Blue) = 243+81+44=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3512C is #0CAED3. Grayscale: #7D7D7D. Windows color (decimal): -831188 or 2904563. OLE color: 2904563.
HSL color Cylindrical-coordinate representation of color #F3512C: hue angle of 11.16º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3512C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.05 |
| HSL | 11.16º | 0.89% | 0.56% | - |
| HSV(B) | 11.16º | 0.82% | 0.95% | - |
| XYZ | 40.36 | 25.12 | 5.1 | - |
| YUV | 125.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 44 | 0 | 0.67 | 0.82 | 0.05 | 11.16 | 0.89 | 0.56 |
| Hex | F3 | 51 | 2C | 0 | 43 | 52 | 5 | B | 59 | 38 |
| Octal | 363 | 121 | 54 | 0 | 103 | 122 | 5 | 13 | 131 | 70 |
| Binary | 11110011 | 1010001 | 101100 | 0 | 1000011 | 1010010 | 101 | 1011 | 1011001 | 111000 |
Color Harmonies of #F3512C
Complementary color
Monochromatic Colors of #F3512C
Black with #F3512C
Text Example
Text Example
White with #F3512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3512C; }
p { color: rgb(243,81,44); }
H1.HeaderClassName
{
color: #F3512C;
}
.AnyTagClassName
{
color: #F3512C;
}
</style>
background-color css
<style>
a { background-color: #F3512C; }
a { background-color: rgb(243,81,44); }
div.DivClassName
{
background-color: #F3512C;
}
.BgClassName
{
background-color: #F3512C;
}
</style>
border-color css
<style>
span { border-color: #F3512C; }
span { border-color: rgb(243,81,44); }
td.TdClassName
{
border-color: #F3512C;
}
.TagClassName
{
border-color: #F3512C;
}
</style>