Shades of Outrageous Orange #F0562D
Tints of Outrageous Orange #F0562D
RGB
CMYK
RGB Variations
Color information
#F0562D (or 0xF0562D) is known color: Outrageous Orange. HEX triplet: F0, 56 and 2D. RGB value is (240,86,45). Sum of RGB (Red+Green+Blue) = 240+86+45=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0562D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0562D is #0FA9D2. Grayscale: #7F7F7F. Windows color (decimal): -1026515 or 2971376. OLE color: 2971376.
HSL color Cylindrical-coordinate representation of color #F0562D: hue angle of 12.62º 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 #F0562D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 45 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.06 |
| HSL | 12.62º | 0.87% | 0.56% | - |
| HSV(B) | 12.62º | 0.81% | 0.94% | - |
| XYZ | 39.74 | 25.37 | 5.29 | - |
| YUV | 127.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 45 | 0 | 0.64 | 0.81 | 0.06 | 12.62 | 0.87 | 0.56 |
| Hex | F0 | 56 | 2D | 0 | 40 | 51 | 6 | D | 57 | 38 |
| Octal | 360 | 126 | 55 | 0 | 100 | 121 | 6 | 15 | 127 | 70 |
| Binary | 11110000 | 1010110 | 101101 | 0 | 1000000 | 1010001 | 110 | 1101 | 1010111 | 111000 |
Color Harmonies of #F0562D
Complementary color
Monochromatic Colors of #F0562D
Black with #F0562D
Text Example
Text Example
White with #F0562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0562D; }
p { color: rgb(240,86,45); }
H1.HeaderClassName
{
color: #F0562D;
}
.AnyTagClassName
{
color: #F0562D;
}
</style>
background-color css
<style>
a { background-color: #F0562D; }
a { background-color: rgb(240,86,45); }
div.DivClassName
{
background-color: #F0562D;
}
.BgClassName
{
background-color: #F0562D;
}
</style>
border-color css
<style>
span { border-color: #F0562D; }
span { border-color: rgb(240,86,45); }
td.TdClassName
{
border-color: #F0562D;
}
.TagClassName
{
border-color: #F0562D;
}
</style>