Shades of Outrageous Orange #F25437
Tints of Outrageous Orange #F25437
RGB
CMYK
RGB Variations
Color information
#F25437 (or 0xF25437) is known color: Outrageous Orange. HEX triplet: F2, 54 and 37. RGB value is (242,84,55). Sum of RGB (Red+Green+Blue) = 242+84+55=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F25437 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25437 is #0DABC8. Grayscale: #808080. Windows color (decimal): -895945 or 3626226. OLE color: 3626226.
HSL color Cylindrical-coordinate representation of color #F25437: hue angle of 9.3º 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 #F25437 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 55 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.05 |
| HSL | 9.3º | 0.88% | 0.58% | - |
| HSV(B) | 9.3º | 0.77% | 0.95% | - |
| XYZ | 40.48 | 25.49 | 6.4 | - |
| YUV | 127.94 | 86.85 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 55 | 0 | 0.65 | 0.77 | 0.05 | 9.3 | 0.88 | 0.58 |
| Hex | F2 | 54 | 37 | 0 | 41 | 4D | 5 | 9 | 58 | 3A |
| Octal | 362 | 124 | 67 | 0 | 101 | 115 | 5 | 11 | 130 | 72 |
| Binary | 11110010 | 1010100 | 110111 | 0 | 1000001 | 1001101 | 101 | 1001 | 1011000 | 111010 |
Color Harmonies of #F25437
Complementary color
Monochromatic Colors of #F25437
Black with #F25437
Text Example
Text Example
White with #F25437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25437; }
p { color: rgb(242,84,55); }
H1.HeaderClassName
{
color: #F25437;
}
.AnyTagClassName
{
color: #F25437;
}
</style>
background-color css
<style>
a { background-color: #F25437; }
a { background-color: rgb(242,84,55); }
div.DivClassName
{
background-color: #F25437;
}
.BgClassName
{
background-color: #F25437;
}
</style>
border-color css
<style>
span { border-color: #F25437; }
span { border-color: rgb(242,84,55); }
td.TdClassName
{
border-color: #F25437;
}
.TagClassName
{
border-color: #F25437;
}
</style>