Shades of Outrageous Orange #F2512D
Tints of Outrageous Orange #F2512D
RGB
CMYK
RGB Variations
Color information
#F2512D (or 0xF2512D) is known color: Outrageous Orange. HEX triplet: F2, 51 and 2D. RGB value is (242,81,45). Sum of RGB (Red+Green+Blue) = 242+81+45=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2512D is #0DAED2. Grayscale: #7D7D7D. Windows color (decimal): -896723 or 2970098. OLE color: 2970098.
HSL color Cylindrical-coordinate representation of color #F2512D: hue angle of 10.96º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2512D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.05 |
| HSL | 10.96º | 0.88% | 0.56% | - |
| HSV(B) | 10.96º | 0.81% | 0.95% | - |
| XYZ | 40.03 | 24.95 | 5.19 | - |
| YUV | 125.04 | 82.84 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 45 | 0 | 0.67 | 0.81 | 0.05 | 10.96 | 0.88 | 0.56 |
| Hex | F2 | 51 | 2D | 0 | 43 | 51 | 5 | B | 58 | 38 |
| Octal | 362 | 121 | 55 | 0 | 103 | 121 | 5 | 13 | 130 | 70 |
| Binary | 11110010 | 1010001 | 101101 | 0 | 1000011 | 1010001 | 101 | 1011 | 1011000 | 111000 |
Color Harmonies of #F2512D
Complementary color
Monochromatic Colors of #F2512D
Black with #F2512D
Text Example
Text Example
White with #F2512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2512D; }
p { color: rgb(242,81,45); }
H1.HeaderClassName
{
color: #F2512D;
}
.AnyTagClassName
{
color: #F2512D;
}
</style>
background-color css
<style>
a { background-color: #F2512D; }
a { background-color: rgb(242,81,45); }
div.DivClassName
{
background-color: #F2512D;
}
.BgClassName
{
background-color: #F2512D;
}
</style>
border-color css
<style>
span { border-color: #F2512D; }
span { border-color: rgb(242,81,45); }
td.TdClassName
{
border-color: #F2512D;
}
.TagClassName
{
border-color: #F2512D;
}
</style>