Shades of Outrageous Orange #F2562E
Tints of Outrageous Orange #F2562E
RGB
CMYK
RGB Variations
Color information
#F2562E (or 0xF2562E) is known color: Outrageous Orange. HEX triplet: F2, 56 and 2E. RGB value is (242,86,46). Sum of RGB (Red+Green+Blue) = 242+86+46=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2562E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2562E is #0DA9D1. Grayscale: #808080. Windows color (decimal): -895442 or 3036914. OLE color: 3036914.
HSL color Cylindrical-coordinate representation of color #F2562E: hue angle of 12.24º 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 #F2562E is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 46 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.05 |
| HSL | 12.24º | 0.88% | 0.56% | - |
| HSV(B) | 12.24º | 0.81% | 0.95% | - |
| XYZ | 40.44 | 25.73 | 5.42 | - |
| YUV | 128.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 46 | 0 | 0.64 | 0.81 | 0.05 | 12.24 | 0.88 | 0.56 |
| Hex | F2 | 56 | 2E | 0 | 40 | 51 | 5 | C | 58 | 38 |
| Octal | 362 | 126 | 56 | 0 | 100 | 121 | 5 | 14 | 130 | 70 |
| Binary | 11110010 | 1010110 | 101110 | 0 | 1000000 | 1010001 | 101 | 1100 | 1011000 | 111000 |
Color Harmonies of #F2562E
Complementary color
Monochromatic Colors of #F2562E
Black with #F2562E
Text Example
Text Example
White with #F2562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2562E; }
p { color: rgb(242,86,46); }
H1.HeaderClassName
{
color: #F2562E;
}
.AnyTagClassName
{
color: #F2562E;
}
</style>
background-color css
<style>
a { background-color: #F2562E; }
a { background-color: rgb(242,86,46); }
div.DivClassName
{
background-color: #F2562E;
}
.BgClassName
{
background-color: #F2562E;
}
</style>
border-color css
<style>
span { border-color: #F2562E; }
span { border-color: rgb(242,86,46); }
td.TdClassName
{
border-color: #F2562E;
}
.TagClassName
{
border-color: #F2562E;
}
</style>