Shades of Outrageous Orange #F25329
Tints of Outrageous Orange #F25329
RGB
CMYK
RGB Variations
Color information
#F25329 (or 0xF25329) is known color: Outrageous Orange. HEX triplet: F2, 53 and 29. RGB value is (242,83,41). Sum of RGB (Red+Green+Blue) = 242+83+41=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F25329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25329 is #0DACD6. Grayscale: #7E7E7E. Windows color (decimal): -896215 or 2708466. OLE color: 2708466.
HSL color Cylindrical-coordinate representation of color #F25329: hue angle of 12.54º 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 #F25329 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 41 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.05 |
| HSL | 12.54º | 0.89% | 0.55% | - |
| HSV(B) | 12.54º | 0.83% | 0.95% | - |
| XYZ | 40.11 | 25.22 | 4.85 | - |
| YUV | 125.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 41 | 0 | 0.66 | 0.83 | 0.05 | 12.54 | 0.89 | 0.55 |
| Hex | F2 | 53 | 29 | 0 | 42 | 53 | 5 | D | 59 | 37 |
| Octal | 362 | 123 | 51 | 0 | 102 | 123 | 5 | 15 | 131 | 67 |
| Binary | 11110010 | 1010011 | 101001 | 0 | 1000010 | 1010011 | 101 | 1101 | 1011001 | 110111 |
Color Harmonies of #F25329
Complementary color
Monochromatic Colors of #F25329
Black with #F25329
Text Example
Text Example
White with #F25329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25329; }
p { color: rgb(242,83,41); }
H1.HeaderClassName
{
color: #F25329;
}
.AnyTagClassName
{
color: #F25329;
}
</style>
background-color css
<style>
a { background-color: #F25329; }
a { background-color: rgb(242,83,41); }
div.DivClassName
{
background-color: #F25329;
}
.BgClassName
{
background-color: #F25329;
}
</style>
border-color css
<style>
span { border-color: #F25329; }
span { border-color: rgb(242,83,41); }
td.TdClassName
{
border-color: #F25329;
}
.TagClassName
{
border-color: #F25329;
}
</style>