Shades of Outrageous Orange #F25E23
Tints of Outrageous Orange #F25E23
RGB
CMYK
RGB Variations
Color information
#F25E23 (or 0xF25E23) is known color: Outrageous Orange. HEX triplet: F2, 5E and 23. RGB value is (242,94,35). Sum of RGB (Red+Green+Blue) = 242+94+35=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25E23 is #0DA1DC. Grayscale: #838383. Windows color (decimal): -893405 or 2318066. OLE color: 2318066.
HSL color Cylindrical-coordinate representation of color #F25E23: hue angle of 17.1º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F25E23 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 35 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.05 |
| HSL | 17.1º | 0.89% | 0.54% | - |
| HSV(B) | 17.1º | 0.86% | 0.95% | - |
| XYZ | 40.92 | 27 | 4.65 | - |
| YUV | 131.53 | 73.53 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 35 | 0 | 0.61 | 0.86 | 0.05 | 17.1 | 0.89 | 0.54 |
| Hex | F2 | 5E | 23 | 0 | 3D | 56 | 5 | 11 | 59 | 36 |
| Octal | 362 | 136 | 43 | 0 | 75 | 126 | 5 | 21 | 131 | 66 |
| Binary | 11110010 | 1011110 | 100011 | 0 | 111101 | 1010110 | 101 | 10001 | 1011001 | 110110 |
Color Harmonies of #F25E23
Complementary color
Monochromatic Colors of #F25E23
Black with #F25E23
Text Example
Text Example
White with #F25E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E23; }
p { color: rgb(242,94,35); }
H1.HeaderClassName
{
color: #F25E23;
}
.AnyTagClassName
{
color: #F25E23;
}
</style>
background-color css
<style>
a { background-color: #F25E23; }
a { background-color: rgb(242,94,35); }
div.DivClassName
{
background-color: #F25E23;
}
.BgClassName
{
background-color: #F25E23;
}
</style>
border-color css
<style>
span { border-color: #F25E23; }
span { border-color: rgb(242,94,35); }
td.TdClassName
{
border-color: #F25E23;
}
.TagClassName
{
border-color: #F25E23;
}
</style>