Shades of Outrageous Orange #F2562B
Tints of Outrageous Orange #F2562B
RGB
CMYK
RGB Variations
Color information
#F2562B (or 0xF2562B) is known color: Outrageous Orange. HEX triplet: F2, 56 and 2B. RGB value is (242,86,43). Sum of RGB (Red+Green+Blue) = 242+86+43=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2562B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2562B is #0DA9D4. Grayscale: #808080. Windows color (decimal): -895445 or 2840306. OLE color: 2840306.
HSL color Cylindrical-coordinate representation of color #F2562B: hue angle of 12.96º degrees, saturation: 0.88, 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 #F2562B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 43 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.05 |
| HSL | 12.96º | 0.88% | 0.56% | - |
| HSV(B) | 12.96º | 0.82% | 0.95% | - |
| XYZ | 40.38 | 25.71 | 5.12 | - |
| YUV | 127.74 | 80.18 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 43 | 0 | 0.64 | 0.82 | 0.05 | 12.96 | 0.88 | 0.56 |
| Hex | F2 | 56 | 2B | 0 | 40 | 52 | 5 | D | 58 | 38 |
| Octal | 362 | 126 | 53 | 0 | 100 | 122 | 5 | 15 | 130 | 70 |
| Binary | 11110010 | 1010110 | 101011 | 0 | 1000000 | 1010010 | 101 | 1101 | 1011000 | 111000 |
Color Harmonies of #F2562B
Complementary color
Monochromatic Colors of #F2562B
Black with #F2562B
Text Example
Text Example
White with #F2562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2562B; }
p { color: rgb(242,86,43); }
H1.HeaderClassName
{
color: #F2562B;
}
.AnyTagClassName
{
color: #F2562B;
}
</style>
background-color css
<style>
a { background-color: #F2562B; }
a { background-color: rgb(242,86,43); }
div.DivClassName
{
background-color: #F2562B;
}
.BgClassName
{
background-color: #F2562B;
}
</style>
border-color css
<style>
span { border-color: #F2562B; }
span { border-color: rgb(242,86,43); }
td.TdClassName
{
border-color: #F2562B;
}
.TagClassName
{
border-color: #F2562B;
}
</style>