Shades of Outrageous Orange #F5512A
Tints of Outrageous Orange #F5512A
RGB
CMYK
RGB Variations
Color information
#F5512A (or 0xF5512A) is known color: Outrageous Orange. HEX triplet: F5, 51 and 2A. RGB value is (245,81,42). Sum of RGB (Red+Green+Blue) = 245+81+42=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F5512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5512A is #0AAED5. Grayscale: #7D7D7D. Windows color (decimal): -700118 or 2773493. OLE color: 2773493.
HSL color Cylindrical-coordinate representation of color #F5512A: hue angle of 11.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5512A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 11.53º | 0.91% | 0.56% | - |
| HSV(B) | 11.53º | 0.83% | 0.96% | - |
| XYZ | 41.02 | 25.46 | 4.94 | - |
| YUV | 125.59 | 80.83 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 42 | 0 | 0.67 | 0.83 | 0.04 | 11.53 | 0.91 | 0.56 |
| Hex | F5 | 51 | 2A | 0 | 43 | 53 | 4 | C | 5B | 38 |
| Octal | 365 | 121 | 52 | 0 | 103 | 123 | 4 | 14 | 133 | 70 |
| Binary | 11110101 | 1010001 | 101010 | 0 | 1000011 | 1010011 | 100 | 1100 | 1011011 | 111000 |
Color Harmonies of #F5512A
Complementary color
Monochromatic Colors of #F5512A
Black with #F5512A
Text Example
Text Example
White with #F5512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5512A; }
p { color: rgb(245,81,42); }
H1.HeaderClassName
{
color: #F5512A;
}
.AnyTagClassName
{
color: #F5512A;
}
</style>
background-color css
<style>
a { background-color: #F5512A; }
a { background-color: rgb(245,81,42); }
div.DivClassName
{
background-color: #F5512A;
}
.BgClassName
{
background-color: #F5512A;
}
</style>
border-color css
<style>
span { border-color: #F5512A; }
span { border-color: rgb(245,81,42); }
td.TdClassName
{
border-color: #F5512A;
}
.TagClassName
{
border-color: #F5512A;
}
</style>