Shades of Outrageous Orange #F25130
Tints of Outrageous Orange #F25130
RGB
CMYK
RGB Variations
Color information
#F25130 (or 0xF25130) is known color: Outrageous Orange. HEX triplet: F2, 51 and 30. RGB value is (242,81,48). Sum of RGB (Red+Green+Blue) = 242+81+48=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F25130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25130 is #0DAECF. Grayscale: #7D7D7D. Windows color (decimal): -896720 or 3166706. OLE color: 3166706.
HSL color Cylindrical-coordinate representation of color #F25130: hue angle of 10.21º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F25130 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 48 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.05 |
| HSL | 10.21º | 0.88% | 0.57% | - |
| HSV(B) | 10.21º | 0.8% | 0.95% | - |
| XYZ | 40.09 | 24.98 | 5.5 | - |
| YUV | 125.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 48 | 0 | 0.67 | 0.80 | 0.05 | 10.21 | 0.88 | 0.57 |
| Hex | F2 | 51 | 30 | 0 | 43 | 50 | 5 | A | 58 | 39 |
| Octal | 362 | 121 | 60 | 0 | 103 | 120 | 5 | 12 | 130 | 71 |
| Binary | 11110010 | 1010001 | 110000 | 0 | 1000011 | 1010000 | 101 | 1010 | 1011000 | 111001 |
Color Harmonies of #F25130
Complementary color
Monochromatic Colors of #F25130
Black with #F25130
Text Example
Text Example
White with #F25130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25130; }
p { color: rgb(242,81,48); }
H1.HeaderClassName
{
color: #F25130;
}
.AnyTagClassName
{
color: #F25130;
}
</style>
background-color css
<style>
a { background-color: #F25130; }
a { background-color: rgb(242,81,48); }
div.DivClassName
{
background-color: #F25130;
}
.BgClassName
{
background-color: #F25130;
}
</style>
border-color css
<style>
span { border-color: #F25130; }
span { border-color: rgb(242,81,48); }
td.TdClassName
{
border-color: #F25130;
}
.TagClassName
{
border-color: #F25130;
}
</style>