Shades of Outrageous Orange #F2602E
Tints of Outrageous Orange #F2602E
RGB
CMYK
RGB Variations
Color information
#F2602E (or 0xF2602E) is known color: Outrageous Orange. HEX triplet: F2, 60 and 2E. RGB value is (242,96,46). Sum of RGB (Red+Green+Blue) = 242+96+46=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2602E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2602E is #0D9FD1. Grayscale: #868686. Windows color (decimal): -892882 or 3039474. OLE color: 3039474.
HSL color Cylindrical-coordinate representation of color #F2602E: hue angle of 15.31º 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 #F2602E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 46 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.05 |
| HSL | 15.31º | 0.88% | 0.56% | - |
| HSV(B) | 15.31º | 0.81% | 0.95% | - |
| XYZ | 41.29 | 27.44 | 5.7 | - |
| YUV | 133.95 | 78.37 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 46 | 0 | 0.60 | 0.81 | 0.05 | 15.31 | 0.88 | 0.56 |
| Hex | F2 | 60 | 2E | 0 | 3C | 51 | 5 | F | 58 | 38 |
| Octal | 362 | 140 | 56 | 0 | 74 | 121 | 5 | 17 | 130 | 70 |
| Binary | 11110010 | 1100000 | 101110 | 0 | 111100 | 1010001 | 101 | 1111 | 1011000 | 111000 |
Color Harmonies of #F2602E
Complementary color
Monochromatic Colors of #F2602E
Black with #F2602E
Text Example
Text Example
White with #F2602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2602E; }
p { color: rgb(242,96,46); }
H1.HeaderClassName
{
color: #F2602E;
}
.AnyTagClassName
{
color: #F2602E;
}
</style>
background-color css
<style>
a { background-color: #F2602E; }
a { background-color: rgb(242,96,46); }
div.DivClassName
{
background-color: #F2602E;
}
.BgClassName
{
background-color: #F2602E;
}
</style>
border-color css
<style>
span { border-color: #F2602E; }
span { border-color: rgb(242,96,46); }
td.TdClassName
{
border-color: #F2602E;
}
.TagClassName
{
border-color: #F2602E;
}
</style>