Shades of Outrageous Orange #F25E34
Tints of Outrageous Orange #F25E34
RGB
CMYK
RGB Variations
Color information
#F25E34 (or 0xF25E34) is known color: Outrageous Orange. HEX triplet: F2, 5E and 34. RGB value is (242,94,52). Sum of RGB (Red+Green+Blue) = 242+94+52=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25E34 is #0DA1CB. Grayscale: #858585. Windows color (decimal): -893388 or 3432178. OLE color: 3432178.
HSL color Cylindrical-coordinate representation of color #F25E34: hue angle of 13.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F25E34 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 52 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.05 |
| HSL | 13.26º | 0.88% | 0.58% | - |
| HSV(B) | 13.26º | 0.79% | 0.95% | - |
| XYZ | 41.24 | 27.13 | 6.31 | - |
| YUV | 133.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 52 | 0 | 0.61 | 0.79 | 0.05 | 13.26 | 0.88 | 0.58 |
| Hex | F2 | 5E | 34 | 0 | 3D | 4F | 5 | D | 58 | 3A |
| Octal | 362 | 136 | 64 | 0 | 75 | 117 | 5 | 15 | 130 | 72 |
| Binary | 11110010 | 1011110 | 110100 | 0 | 111101 | 1001111 | 101 | 1101 | 1011000 | 111010 |
Color Harmonies of #F25E34
Complementary color
Monochromatic Colors of #F25E34
Black with #F25E34
Text Example
Text Example
White with #F25E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E34; }
p { color: rgb(242,94,52); }
H1.HeaderClassName
{
color: #F25E34;
}
.AnyTagClassName
{
color: #F25E34;
}
</style>
background-color css
<style>
a { background-color: #F25E34; }
a { background-color: rgb(242,94,52); }
div.DivClassName
{
background-color: #F25E34;
}
.BgClassName
{
background-color: #F25E34;
}
</style>
border-color css
<style>
span { border-color: #F25E34; }
span { border-color: rgb(242,94,52); }
td.TdClassName
{
border-color: #F25E34;
}
.TagClassName
{
border-color: #F25E34;
}
</style>