Shades of Outrageous Orange #F25323
Tints of Outrageous Orange #F25323
RGB
CMYK
RGB Variations
Color information
#F25323 (or 0xF25323) is known color: Outrageous Orange. HEX triplet: F2, 53 and 23. RGB value is (242,83,35). Sum of RGB (Red+Green+Blue) = 242+83+35=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F25323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25323 is #0DACDC. Grayscale: #7D7D7D. Windows color (decimal): -896221 or 2315250. OLE color: 2315250.
HSL color Cylindrical-coordinate representation of color #F25323: hue angle of 13.91º 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 #F25323 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 35 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.05 |
| HSL | 13.91º | 0.89% | 0.54% | - |
| HSV(B) | 13.91º | 0.86% | 0.95% | - |
| XYZ | 40.01 | 25.19 | 4.34 | - |
| YUV | 125.07 | 77.18 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 35 | 0 | 0.66 | 0.86 | 0.05 | 13.91 | 0.89 | 0.54 |
| Hex | F2 | 53 | 23 | 0 | 42 | 56 | 5 | E | 59 | 36 |
| Octal | 362 | 123 | 43 | 0 | 102 | 126 | 5 | 16 | 131 | 66 |
| Binary | 11110010 | 1010011 | 100011 | 0 | 1000010 | 1010110 | 101 | 1110 | 1011001 | 110110 |
Color Harmonies of #F25323
Complementary color
Monochromatic Colors of #F25323
Black with #F25323
Text Example
Text Example
White with #F25323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25323; }
p { color: rgb(242,83,35); }
H1.HeaderClassName
{
color: #F25323;
}
.AnyTagClassName
{
color: #F25323;
}
</style>
background-color css
<style>
a { background-color: #F25323; }
a { background-color: rgb(242,83,35); }
div.DivClassName
{
background-color: #F25323;
}
.BgClassName
{
background-color: #F25323;
}
</style>
border-color css
<style>
span { border-color: #F25323; }
span { border-color: rgb(242,83,35); }
td.TdClassName
{
border-color: #F25323;
}
.TagClassName
{
border-color: #F25323;
}
</style>