Shades of Outrageous Orange #F25F20
Tints of Outrageous Orange #F25F20
RGB
CMYK
RGB Variations
Color information
#F25F20 (or 0xF25F20) is known color: Outrageous Orange. HEX triplet: F2, 5F and 20. RGB value is (242,95,32). Sum of RGB (Red+Green+Blue) = 242+95+32=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F20 is #0DA0DF. Grayscale: #848484. Windows color (decimal): -893152 or 2121714. OLE color: 2121714.
HSL color Cylindrical-coordinate representation of color #F25F20: hue angle of 18º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F25F20 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 32 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.05 |
| HSL | 18º | 0.89% | 0.54% | - |
| HSV(B) | 18º | 0.87% | 0.95% | - |
| XYZ | 40.97 | 27.17 | 4.45 | - |
| YUV | 131.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 32 | 0 | 0.61 | 0.87 | 0.05 | 18 | 0.89 | 0.54 |
| Hex | F2 | 5F | 20 | 0 | 3D | 57 | 5 | 12 | 59 | 36 |
| Octal | 362 | 137 | 40 | 0 | 75 | 127 | 5 | 22 | 131 | 66 |
| Binary | 11110010 | 1011111 | 100000 | 0 | 111101 | 1010111 | 101 | 10010 | 1011001 | 110110 |
Color Harmonies of #F25F20
Complementary color
Monochromatic Colors of #F25F20
Black with #F25F20
Text Example
Text Example
White with #F25F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F20; }
p { color: rgb(242,95,32); }
H1.HeaderClassName
{
color: #F25F20;
}
.AnyTagClassName
{
color: #F25F20;
}
</style>
background-color css
<style>
a { background-color: #F25F20; }
a { background-color: rgb(242,95,32); }
div.DivClassName
{
background-color: #F25F20;
}
.BgClassName
{
background-color: #F25F20;
}
</style>
border-color css
<style>
span { border-color: #F25F20; }
span { border-color: rgb(242,95,32); }
td.TdClassName
{
border-color: #F25F20;
}
.TagClassName
{
border-color: #F25F20;
}
</style>