Shades of Outrageous Orange #F25D37
Tints of Outrageous Orange #F25D37
RGB
CMYK
RGB Variations
Color information
#F25D37 (or 0xF25D37) is known color: Outrageous Orange. HEX triplet: F2, 5D and 37. RGB value is (242,93,55). Sum of RGB (Red+Green+Blue) = 242+93+55=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D37 is #0DA2C8. Grayscale: #858585. Windows color (decimal): -893641 or 3628530. OLE color: 3628530.
HSL color Cylindrical-coordinate representation of color #F25D37: hue angle of 12.19º 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 #F25D37 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 55 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.05 |
| HSL | 12.19º | 0.88% | 0.58% | - |
| HSV(B) | 12.19º | 0.77% | 0.95% | - |
| XYZ | 41.22 | 26.98 | 6.65 | - |
| YUV | 133.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 55 | 0 | 0.62 | 0.77 | 0.05 | 12.19 | 0.88 | 0.58 |
| Hex | F2 | 5D | 37 | 0 | 3E | 4D | 5 | C | 58 | 3A |
| Octal | 362 | 135 | 67 | 0 | 76 | 115 | 5 | 14 | 130 | 72 |
| Binary | 11110010 | 1011101 | 110111 | 0 | 111110 | 1001101 | 101 | 1100 | 1011000 | 111010 |
Color Harmonies of #F25D37
Complementary color
Monochromatic Colors of #F25D37
Black with #F25D37
Text Example
Text Example
White with #F25D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D37; }
p { color: rgb(242,93,55); }
H1.HeaderClassName
{
color: #F25D37;
}
.AnyTagClassName
{
color: #F25D37;
}
</style>
background-color css
<style>
a { background-color: #F25D37; }
a { background-color: rgb(242,93,55); }
div.DivClassName
{
background-color: #F25D37;
}
.BgClassName
{
background-color: #F25D37;
}
</style>
border-color css
<style>
span { border-color: #F25D37; }
span { border-color: rgb(242,93,55); }
td.TdClassName
{
border-color: #F25D37;
}
.TagClassName
{
border-color: #F25D37;
}
</style>