Shades of Outrageous Orange #F25637
Tints of Outrageous Orange #F25637
RGB
CMYK
RGB Variations
Color information
#F25637 (or 0xF25637) is known color: Outrageous Orange. HEX triplet: F2, 56 and 37. RGB value is (242,86,55). Sum of RGB (Red+Green+Blue) = 242+86+55=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F25637 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25637 is #0DA9C8. Grayscale: #818181. Windows color (decimal): -895433 or 3626738. OLE color: 3626738.
HSL color Cylindrical-coordinate representation of color #F25637: hue angle of 9.95º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F25637 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 55 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.05 |
| HSL | 9.95º | 0.88% | 0.58% | - |
| HSV(B) | 9.95º | 0.77% | 0.95% | - |
| XYZ | 40.64 | 25.81 | 6.45 | - |
| YUV | 129.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 55 | 0 | 0.64 | 0.77 | 0.05 | 9.95 | 0.88 | 0.58 |
| Hex | F2 | 56 | 37 | 0 | 40 | 4D | 5 | A | 58 | 3A |
| Octal | 362 | 126 | 67 | 0 | 100 | 115 | 5 | 12 | 130 | 72 |
| Binary | 11110010 | 1010110 | 110111 | 0 | 1000000 | 1001101 | 101 | 1010 | 1011000 | 111010 |
Color Harmonies of #F25637
Complementary color
Monochromatic Colors of #F25637
Black with #F25637
Text Example
Text Example
White with #F25637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25637; }
p { color: rgb(242,86,55); }
H1.HeaderClassName
{
color: #F25637;
}
.AnyTagClassName
{
color: #F25637;
}
</style>
background-color css
<style>
a { background-color: #F25637; }
a { background-color: rgb(242,86,55); }
div.DivClassName
{
background-color: #F25637;
}
.BgClassName
{
background-color: #F25637;
}
</style>
border-color css
<style>
span { border-color: #F25637; }
span { border-color: rgb(242,86,55); }
td.TdClassName
{
border-color: #F25637;
}
.TagClassName
{
border-color: #F25637;
}
</style>