Shades of Outrageous Orange #F0532E
Tints of Outrageous Orange #F0532E
RGB
CMYK
RGB Variations
Color information
#F0532E (or 0xF0532E) is known color: Outrageous Orange. HEX triplet: F0, 53 and 2E. RGB value is (240,83,46). Sum of RGB (Red+Green+Blue) = 240+83+46=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0532E is #0FACD1. Grayscale: #7E7E7E. Windows color (decimal): -1027282 or 3036144. OLE color: 3036144.
HSL color Cylindrical-coordinate representation of color #F0532E: hue angle of 11.44º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0532E is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 46 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.06 |
| HSL | 11.44º | 0.87% | 0.56% | - |
| HSV(B) | 11.44º | 0.81% | 0.94% | - |
| XYZ | 39.52 | 24.91 | 5.31 | - |
| YUV | 125.73 | 83.01 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 46 | 0 | 0.65 | 0.81 | 0.06 | 11.44 | 0.87 | 0.56 |
| Hex | F0 | 53 | 2E | 0 | 41 | 51 | 6 | B | 57 | 38 |
| Octal | 360 | 123 | 56 | 0 | 101 | 121 | 6 | 13 | 127 | 70 |
| Binary | 11110000 | 1010011 | 101110 | 0 | 1000001 | 1010001 | 110 | 1011 | 1010111 | 111000 |
Color Harmonies of #F0532E
Complementary color
Monochromatic Colors of #F0532E
Black with #F0532E
Text Example
Text Example
White with #F0532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0532E; }
p { color: rgb(240,83,46); }
H1.HeaderClassName
{
color: #F0532E;
}
.AnyTagClassName
{
color: #F0532E;
}
</style>
background-color css
<style>
a { background-color: #F0532E; }
a { background-color: rgb(240,83,46); }
div.DivClassName
{
background-color: #F0532E;
}
.BgClassName
{
background-color: #F0532E;
}
</style>
border-color css
<style>
span { border-color: #F0532E; }
span { border-color: rgb(240,83,46); }
td.TdClassName
{
border-color: #F0532E;
}
.TagClassName
{
border-color: #F0532E;
}
</style>