Shades of Outrageous Orange #F2532C
Tints of Outrageous Orange #F2532C
RGB
CMYK
RGB Variations
Color information
#F2532C (or 0xF2532C) is known color: Outrageous Orange. HEX triplet: F2, 53 and 2C. RGB value is (242,83,44). Sum of RGB (Red+Green+Blue) = 242+83+44=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2532C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2532C is #0DACD3. Grayscale: #7E7E7E. Windows color (decimal): -896212 or 2905074. OLE color: 2905074.
HSL color Cylindrical-coordinate representation of color #F2532C: hue angle of 11.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2532C is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 44 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.05 |
| HSL | 11.82º | 0.88% | 0.56% | - |
| HSV(B) | 11.82º | 0.82% | 0.95% | - |
| XYZ | 40.17 | 25.25 | 5.14 | - |
| YUV | 126.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 44 | 0 | 0.66 | 0.82 | 0.05 | 11.82 | 0.88 | 0.56 |
| Hex | F2 | 53 | 2C | 0 | 42 | 52 | 5 | C | 58 | 38 |
| Octal | 362 | 123 | 54 | 0 | 102 | 122 | 5 | 14 | 130 | 70 |
| Binary | 11110010 | 1010011 | 101100 | 0 | 1000010 | 1010010 | 101 | 1100 | 1011000 | 111000 |
Color Harmonies of #F2532C
Complementary color
Monochromatic Colors of #F2532C
Black with #F2532C
Text Example
Text Example
White with #F2532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2532C; }
p { color: rgb(242,83,44); }
H1.HeaderClassName
{
color: #F2532C;
}
.AnyTagClassName
{
color: #F2532C;
}
</style>
background-color css
<style>
a { background-color: #F2532C; }
a { background-color: rgb(242,83,44); }
div.DivClassName
{
background-color: #F2532C;
}
.BgClassName
{
background-color: #F2532C;
}
</style>
border-color css
<style>
span { border-color: #F2532C; }
span { border-color: rgb(242,83,44); }
td.TdClassName
{
border-color: #F2532C;
}
.TagClassName
{
border-color: #F2532C;
}
</style>