Shades of Outrageous Orange #F25E3A
Tints of Outrageous Orange #F25E3A
RGB
CMYK
RGB Variations
Color information
#F25E3A (or 0xF25E3A) is known color: Outrageous Orange. HEX triplet: F2, 5E and 3A. RGB value is (242,94,58). Sum of RGB (Red+Green+Blue) = 242+94+58=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25E3A is #0DA1C5. Grayscale: #868686. Windows color (decimal): -893382 or 3825394. OLE color: 3825394.
HSL color Cylindrical-coordinate representation of color #F25E3A: hue angle of 11.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F25E3A is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 58 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.05 |
| HSL | 11.74º | 0.88% | 0.59% | - |
| HSV(B) | 11.74º | 0.76% | 0.95% | - |
| XYZ | 41.38 | 27.19 | 7.07 | - |
| YUV | 134.15 | 85.03 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 58 | 0 | 0.61 | 0.76 | 0.05 | 11.74 | 0.88 | 0.59 |
| Hex | F2 | 5E | 3A | 0 | 3D | 4C | 5 | C | 58 | 3B |
| Octal | 362 | 136 | 72 | 0 | 75 | 114 | 5 | 14 | 130 | 73 |
| Binary | 11110010 | 1011110 | 111010 | 0 | 111101 | 1001100 | 101 | 1100 | 1011000 | 111011 |
Color Harmonies of #F25E3A
Complementary color
Monochromatic Colors of #F25E3A
Black with #F25E3A
Text Example
Text Example
White with #F25E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E3A; }
p { color: rgb(242,94,58); }
H1.HeaderClassName
{
color: #F25E3A;
}
.AnyTagClassName
{
color: #F25E3A;
}
</style>
background-color css
<style>
a { background-color: #F25E3A; }
a { background-color: rgb(242,94,58); }
div.DivClassName
{
background-color: #F25E3A;
}
.BgClassName
{
background-color: #F25E3A;
}
</style>
border-color css
<style>
span { border-color: #F25E3A; }
span { border-color: rgb(242,94,58); }
td.TdClassName
{
border-color: #F25E3A;
}
.TagClassName
{
border-color: #F25E3A;
}
</style>