Shades of Outrageous Orange #F25934
Tints of Outrageous Orange #F25934
RGB
CMYK
RGB Variations
Color information
#F25934 (or 0xF25934) is known color: Outrageous Orange. HEX triplet: F2, 59 and 34. RGB value is (242,89,52). Sum of RGB (Red+Green+Blue) = 242+89+52=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F25934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25934 is #0DA6CB. Grayscale: #828282. Windows color (decimal): -894668 or 3430898. OLE color: 3430898.
HSL color Cylindrical-coordinate representation of color #F25934: hue angle of 11.68º 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 #F25934 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 52 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.05 |
| HSL | 11.68º | 0.88% | 0.58% | - |
| HSV(B) | 11.68º | 0.79% | 0.95% | - |
| XYZ | 40.81 | 26.27 | 6.17 | - |
| YUV | 130.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 52 | 0 | 0.63 | 0.79 | 0.05 | 11.68 | 0.88 | 0.58 |
| Hex | F2 | 59 | 34 | 0 | 3F | 4F | 5 | C | 58 | 3A |
| Octal | 362 | 131 | 64 | 0 | 77 | 117 | 5 | 14 | 130 | 72 |
| Binary | 11110010 | 1011001 | 110100 | 0 | 111111 | 1001111 | 101 | 1100 | 1011000 | 111010 |
Color Harmonies of #F25934
Complementary color
Monochromatic Colors of #F25934
Black with #F25934
Text Example
Text Example
White with #F25934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25934; }
p { color: rgb(242,89,52); }
H1.HeaderClassName
{
color: #F25934;
}
.AnyTagClassName
{
color: #F25934;
}
</style>
background-color css
<style>
a { background-color: #F25934; }
a { background-color: rgb(242,89,52); }
div.DivClassName
{
background-color: #F25934;
}
.BgClassName
{
background-color: #F25934;
}
</style>
border-color css
<style>
span { border-color: #F25934; }
span { border-color: rgb(242,89,52); }
td.TdClassName
{
border-color: #F25934;
}
.TagClassName
{
border-color: #F25934;
}
</style>