Shades of Outrageous Orange #F25620
Tints of Outrageous Orange #F25620
RGB
CMYK
RGB Variations
Color information
#F25620 (or 0xF25620) is known color: Outrageous Orange. HEX triplet: F2, 56 and 20. RGB value is (242,86,32). Sum of RGB (Red+Green+Blue) = 242+86+32=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F25620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25620 is #0DA9DF. Grayscale: #7E7E7E. Windows color (decimal): -895456 or 2119410. OLE color: 2119410.
HSL color Cylindrical-coordinate representation of color #F25620: hue angle of 15.43º 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 #F25620 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 32 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.05 |
| HSL | 15.43º | 0.89% | 0.54% | - |
| HSV(B) | 15.43º | 0.87% | 0.95% | - |
| XYZ | 40.21 | 25.64 | 4.2 | - |
| YUV | 126.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 32 | 0 | 0.64 | 0.87 | 0.05 | 15.43 | 0.89 | 0.54 |
| Hex | F2 | 56 | 20 | 0 | 40 | 57 | 5 | F | 59 | 36 |
| Octal | 362 | 126 | 40 | 0 | 100 | 127 | 5 | 17 | 131 | 66 |
| Binary | 11110010 | 1010110 | 100000 | 0 | 1000000 | 1010111 | 101 | 1111 | 1011001 | 110110 |
Color Harmonies of #F25620
Complementary color
Monochromatic Colors of #F25620
Black with #F25620
Text Example
Text Example
White with #F25620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25620; }
p { color: rgb(242,86,32); }
H1.HeaderClassName
{
color: #F25620;
}
.AnyTagClassName
{
color: #F25620;
}
</style>
background-color css
<style>
a { background-color: #F25620; }
a { background-color: rgb(242,86,32); }
div.DivClassName
{
background-color: #F25620;
}
.BgClassName
{
background-color: #F25620;
}
</style>
border-color css
<style>
span { border-color: #F25620; }
span { border-color: rgb(242,86,32); }
td.TdClassName
{
border-color: #F25620;
}
.TagClassName
{
border-color: #F25620;
}
</style>