Shades of Outrageous Orange #F25129
Tints of Outrageous Orange #F25129
RGB
CMYK
RGB Variations
Color information
#F25129 (or 0xF25129) is known color: Outrageous Orange. HEX triplet: F2, 51 and 29. RGB value is (242,81,41). Sum of RGB (Red+Green+Blue) = 242+81+41=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F25129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25129 is #0DAED6. Grayscale: #7C7C7C. Windows color (decimal): -896727 or 2707954. OLE color: 2707954.
HSL color Cylindrical-coordinate representation of color #F25129: hue angle of 11.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F25129 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.05 |
| HSL | 11.94º | 0.89% | 0.55% | - |
| HSV(B) | 11.94º | 0.83% | 0.95% | - |
| XYZ | 39.96 | 24.92 | 4.8 | - |
| YUV | 124.58 | 80.84 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 41 | 0 | 0.67 | 0.83 | 0.05 | 11.94 | 0.89 | 0.55 |
| Hex | F2 | 51 | 29 | 0 | 43 | 53 | 5 | C | 59 | 37 |
| Octal | 362 | 121 | 51 | 0 | 103 | 123 | 5 | 14 | 131 | 67 |
| Binary | 11110010 | 1010001 | 101001 | 0 | 1000011 | 1010011 | 101 | 1100 | 1011001 | 110111 |
Color Harmonies of #F25129
Complementary color
Monochromatic Colors of #F25129
Black with #F25129
Text Example
Text Example
White with #F25129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25129; }
p { color: rgb(242,81,41); }
H1.HeaderClassName
{
color: #F25129;
}
.AnyTagClassName
{
color: #F25129;
}
</style>
background-color css
<style>
a { background-color: #F25129; }
a { background-color: rgb(242,81,41); }
div.DivClassName
{
background-color: #F25129;
}
.BgClassName
{
background-color: #F25129;
}
</style>
border-color css
<style>
span { border-color: #F25129; }
span { border-color: rgb(242,81,41); }
td.TdClassName
{
border-color: #F25129;
}
.TagClassName
{
border-color: #F25129;
}
</style>