Shades of Outrageous Orange #F2502F
Tints of Outrageous Orange #F2502F
RGB
CMYK
RGB Variations
Color information
#F2502F (or 0xF2502F) is known color: Outrageous Orange. HEX triplet: F2, 50 and 2F. RGB value is (242,80,47). Sum of RGB (Red+Green+Blue) = 242+80+47=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2502F is #0DAFD0. Grayscale: #7C7C7C. Windows color (decimal): -896977 or 3100914. OLE color: 3100914.
HSL color Cylindrical-coordinate representation of color #F2502F: hue angle of 10.15º 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 #F2502F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 47 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.05 |
| HSL | 10.15º | 0.88% | 0.57% | - |
| HSV(B) | 10.15º | 0.81% | 0.95% | - |
| XYZ | 40 | 24.82 | 5.37 | - |
| YUV | 124.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 47 | 0 | 0.67 | 0.81 | 0.05 | 10.15 | 0.88 | 0.57 |
| Hex | F2 | 50 | 2F | 0 | 43 | 51 | 5 | A | 58 | 39 |
| Octal | 362 | 120 | 57 | 0 | 103 | 121 | 5 | 12 | 130 | 71 |
| Binary | 11110010 | 1010000 | 101111 | 0 | 1000011 | 1010001 | 101 | 1010 | 1011000 | 111001 |
Color Harmonies of #F2502F
Complementary color
Monochromatic Colors of #F2502F
Black with #F2502F
Text Example
Text Example
White with #F2502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2502F; }
p { color: rgb(242,80,47); }
H1.HeaderClassName
{
color: #F2502F;
}
.AnyTagClassName
{
color: #F2502F;
}
</style>
background-color css
<style>
a { background-color: #F2502F; }
a { background-color: rgb(242,80,47); }
div.DivClassName
{
background-color: #F2502F;
}
.BgClassName
{
background-color: #F2502F;
}
</style>
border-color css
<style>
span { border-color: #F2502F; }
span { border-color: rgb(242,80,47); }
td.TdClassName
{
border-color: #F2502F;
}
.TagClassName
{
border-color: #F2502F;
}
</style>