Shades of Outrageous Orange #F2603F
Tints of Outrageous Orange #F2603F
RGB
CMYK
RGB Variations
Color information
#F2603F (or 0xF2603F) is known color: Outrageous Orange. HEX triplet: F2, 60 and 3F. RGB value is (242,96,63). Sum of RGB (Red+Green+Blue) = 242+96+63=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2603F is #0D9FC0. Grayscale: #888888. Windows color (decimal): -892865 or 4153586. OLE color: 4153586.
HSL color Cylindrical-coordinate representation of color #F2603F: hue angle of 11.06º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2603F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 63 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.05 |
| HSL | 11.06º | 0.87% | 0.6% | - |
| HSV(B) | 11.06º | 0.74% | 0.95% | - |
| XYZ | 41.7 | 27.6 | 7.83 | - |
| YUV | 135.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 63 | 0 | 0.60 | 0.74 | 0.05 | 11.06 | 0.87 | 0.6 |
| Hex | F2 | 60 | 3F | 0 | 3C | 4A | 5 | B | 57 | 3C |
| Octal | 362 | 140 | 77 | 0 | 74 | 112 | 5 | 13 | 127 | 74 |
| Binary | 11110010 | 1100000 | 111111 | 0 | 111100 | 1001010 | 101 | 1011 | 1010111 | 111100 |
Color Harmonies of #F2603F
Complementary color
Monochromatic Colors of #F2603F
Black with #F2603F
Text Example
Text Example
White with #F2603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2603F; }
p { color: rgb(242,96,63); }
H1.HeaderClassName
{
color: #F2603F;
}
.AnyTagClassName
{
color: #F2603F;
}
</style>
background-color css
<style>
a { background-color: #F2603F; }
a { background-color: rgb(242,96,63); }
div.DivClassName
{
background-color: #F2603F;
}
.BgClassName
{
background-color: #F2603F;
}
</style>
border-color css
<style>
span { border-color: #F2603F; }
span { border-color: rgb(242,96,63); }
td.TdClassName
{
border-color: #F2603F;
}
.TagClassName
{
border-color: #F2603F;
}
</style>