Shades of Outrageous Orange #F25729
Tints of Outrageous Orange #F25729
RGB
CMYK
RGB Variations
Color information
#F25729 (or 0xF25729) is known color: Outrageous Orange. HEX triplet: F2, 57 and 29. RGB value is (242,87,41). Sum of RGB (Red+Green+Blue) = 242+87+41=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F25729 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25729 is #0DA8D6. Grayscale: #808080. Windows color (decimal): -895191 or 2709490. OLE color: 2709490.
HSL color Cylindrical-coordinate representation of color #F25729: hue angle of 13.73º 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 #F25729 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 41 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.05 |
| HSL | 13.73º | 0.89% | 0.55% | - |
| HSV(B) | 13.73º | 0.83% | 0.95% | - |
| XYZ | 40.43 | 25.85 | 4.96 | - |
| YUV | 128.1 | 78.85 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 41 | 0 | 0.64 | 0.83 | 0.05 | 13.73 | 0.89 | 0.55 |
| Hex | F2 | 57 | 29 | 0 | 40 | 53 | 5 | E | 59 | 37 |
| Octal | 362 | 127 | 51 | 0 | 100 | 123 | 5 | 16 | 131 | 67 |
| Binary | 11110010 | 1010111 | 101001 | 0 | 1000000 | 1010011 | 101 | 1110 | 1011001 | 110111 |
Color Harmonies of #F25729
Complementary color
Monochromatic Colors of #F25729
Black with #F25729
Text Example
Text Example
White with #F25729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25729; }
p { color: rgb(242,87,41); }
H1.HeaderClassName
{
color: #F25729;
}
.AnyTagClassName
{
color: #F25729;
}
</style>
background-color css
<style>
a { background-color: #F25729; }
a { background-color: rgb(242,87,41); }
div.DivClassName
{
background-color: #F25729;
}
.BgClassName
{
background-color: #F25729;
}
</style>
border-color css
<style>
span { border-color: #F25729; }
span { border-color: rgb(242,87,41); }
td.TdClassName
{
border-color: #F25729;
}
.TagClassName
{
border-color: #F25729;
}
</style>