Shades of Outrageous Orange #F25932
Tints of Outrageous Orange #F25932
RGB
CMYK
RGB Variations
Color information
#F25932 (or 0xF25932) is known color: Outrageous Orange. HEX triplet: F2, 59 and 32. RGB value is (242,89,50). Sum of RGB (Red+Green+Blue) = 242+89+50=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F25932 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25932 is #0DA6CD. Grayscale: #828282. Windows color (decimal): -894670 or 3299826. OLE color: 3299826.
HSL color Cylindrical-coordinate representation of color #F25932: hue angle of 12.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F25932 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 50 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.05 |
| HSL | 12.19º | 0.88% | 0.57% | - |
| HSV(B) | 12.19º | 0.79% | 0.95% | - |
| XYZ | 40.77 | 26.25 | 5.94 | - |
| YUV | 130.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 50 | 0 | 0.63 | 0.79 | 0.05 | 12.19 | 0.88 | 0.57 |
| Hex | F2 | 59 | 32 | 0 | 3F | 4F | 5 | C | 58 | 39 |
| Octal | 362 | 131 | 62 | 0 | 77 | 117 | 5 | 14 | 130 | 71 |
| Binary | 11110010 | 1011001 | 110010 | 0 | 111111 | 1001111 | 101 | 1100 | 1011000 | 111001 |
Color Harmonies of #F25932
Complementary color
Monochromatic Colors of #F25932
Black with #F25932
Text Example
Text Example
White with #F25932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25932; }
p { color: rgb(242,89,50); }
H1.HeaderClassName
{
color: #F25932;
}
.AnyTagClassName
{
color: #F25932;
}
</style>
background-color css
<style>
a { background-color: #F25932; }
a { background-color: rgb(242,89,50); }
div.DivClassName
{
background-color: #F25932;
}
.BgClassName
{
background-color: #F25932;
}
</style>
border-color css
<style>
span { border-color: #F25932; }
span { border-color: rgb(242,89,50); }
td.TdClassName
{
border-color: #F25932;
}
.TagClassName
{
border-color: #F25932;
}
</style>