Shades of Outrageous Orange #F25327
Tints of Outrageous Orange #F25327
RGB
CMYK
RGB Variations
Color information
#F25327 (or 0xF25327) is known color: Outrageous Orange. HEX triplet: F2, 53 and 27. RGB value is (242,83,39). Sum of RGB (Red+Green+Blue) = 242+83+39=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F25327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25327 is #0DACD8. Grayscale: #7D7D7D. Windows color (decimal): -896217 or 2577394. OLE color: 2577394.
HSL color Cylindrical-coordinate representation of color #F25327: hue angle of 13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F25327 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 39 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.05 |
| HSL | 13º | 0.89% | 0.55% | - |
| HSV(B) | 13º | 0.84% | 0.95% | - |
| XYZ | 40.08 | 25.21 | 4.67 | - |
| YUV | 125.53 | 79.18 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 39 | 0 | 0.66 | 0.84 | 0.05 | 13 | 0.89 | 0.55 |
| Hex | F2 | 53 | 27 | 0 | 42 | 54 | 5 | D | 59 | 37 |
| Octal | 362 | 123 | 47 | 0 | 102 | 124 | 5 | 15 | 131 | 67 |
| Binary | 11110010 | 1010011 | 100111 | 0 | 1000010 | 1010100 | 101 | 1101 | 1011001 | 110111 |
Color Harmonies of #F25327
Complementary color
Monochromatic Colors of #F25327
Black with #F25327
Text Example
Text Example
White with #F25327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25327; }
p { color: rgb(242,83,39); }
H1.HeaderClassName
{
color: #F25327;
}
.AnyTagClassName
{
color: #F25327;
}
</style>
background-color css
<style>
a { background-color: #F25327; }
a { background-color: rgb(242,83,39); }
div.DivClassName
{
background-color: #F25327;
}
.BgClassName
{
background-color: #F25327;
}
</style>
border-color css
<style>
span { border-color: #F25327; }
span { border-color: rgb(242,83,39); }
td.TdClassName
{
border-color: #F25327;
}
.TagClassName
{
border-color: #F25327;
}
</style>