Shades of Outrageous Orange #F2562F
Tints of Outrageous Orange #F2562F
RGB
CMYK
RGB Variations
Color information
#F2562F (or 0xF2562F) is known color: Outrageous Orange. HEX triplet: F2, 56 and 2F. RGB value is (242,86,47). Sum of RGB (Red+Green+Blue) = 242+86+47=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2562F is #0DA9D0. Grayscale: #808080. Windows color (decimal): -895441 or 3102450. OLE color: 3102450.
HSL color Cylindrical-coordinate representation of color #F2562F: hue angle of 12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2562F is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 47 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.05 |
| HSL | 12º | 0.88% | 0.57% | - |
| HSV(B) | 12º | 0.81% | 0.95% | - |
| XYZ | 40.46 | 25.74 | 5.52 | - |
| YUV | 128.2 | 82.18 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 47 | 0 | 0.64 | 0.81 | 0.05 | 12 | 0.88 | 0.57 |
| Hex | F2 | 56 | 2F | 0 | 40 | 51 | 5 | C | 58 | 39 |
| Octal | 362 | 126 | 57 | 0 | 100 | 121 | 5 | 14 | 130 | 71 |
| Binary | 11110010 | 1010110 | 101111 | 0 | 1000000 | 1010001 | 101 | 1100 | 1011000 | 111001 |
Color Harmonies of #F2562F
Complementary color
Monochromatic Colors of #F2562F
Black with #F2562F
Text Example
Text Example
White with #F2562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2562F; }
p { color: rgb(242,86,47); }
H1.HeaderClassName
{
color: #F2562F;
}
.AnyTagClassName
{
color: #F2562F;
}
</style>
background-color css
<style>
a { background-color: #F2562F; }
a { background-color: rgb(242,86,47); }
div.DivClassName
{
background-color: #F2562F;
}
.BgClassName
{
background-color: #F2562F;
}
</style>
border-color css
<style>
span { border-color: #F2562F; }
span { border-color: rgb(242,86,47); }
td.TdClassName
{
border-color: #F2562F;
}
.TagClassName
{
border-color: #F2562F;
}
</style>