Shades of Outrageous Orange #F2532E
Tints of Outrageous Orange #F2532E
RGB
CMYK
RGB Variations
Color information
#F2532E (or 0xF2532E) is known color: Outrageous Orange. HEX triplet: F2, 53 and 2E. RGB value is (242,83,46). Sum of RGB (Red+Green+Blue) = 242+83+46=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2532E is #0DACD1. Grayscale: #7E7E7E. Windows color (decimal): -896210 or 3036146. OLE color: 3036146.
HSL color Cylindrical-coordinate representation of color #F2532E: hue angle of 11.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2532E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 46 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.05 |
| HSL | 11.33º | 0.88% | 0.56% | - |
| HSV(B) | 11.33º | 0.81% | 0.95% | - |
| XYZ | 40.2 | 25.26 | 5.34 | - |
| YUV | 126.32 | 82.68 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 46 | 0 | 0.66 | 0.81 | 0.05 | 11.33 | 0.88 | 0.56 |
| Hex | F2 | 53 | 2E | 0 | 42 | 51 | 5 | B | 58 | 38 |
| Octal | 362 | 123 | 56 | 0 | 102 | 121 | 5 | 13 | 130 | 70 |
| Binary | 11110010 | 1010011 | 101110 | 0 | 1000010 | 1010001 | 101 | 1011 | 1011000 | 111000 |
Color Harmonies of #F2532E
Complementary color
Monochromatic Colors of #F2532E
Black with #F2532E
Text Example
Text Example
White with #F2532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2532E; }
p { color: rgb(242,83,46); }
H1.HeaderClassName
{
color: #F2532E;
}
.AnyTagClassName
{
color: #F2532E;
}
</style>
background-color css
<style>
a { background-color: #F2532E; }
a { background-color: rgb(242,83,46); }
div.DivClassName
{
background-color: #F2532E;
}
.BgClassName
{
background-color: #F2532E;
}
</style>
border-color css
<style>
span { border-color: #F2532E; }
span { border-color: rgb(242,83,46); }
td.TdClassName
{
border-color: #F2532E;
}
.TagClassName
{
border-color: #F2532E;
}
</style>