Shades of Outrageous Orange #F0563B
Tints of Outrageous Orange #F0563B
RGB
CMYK
RGB Variations
Color information
#F0563B (or 0xF0563B) is known color: Outrageous Orange. HEX triplet: F0, 56 and 3B. RGB value is (240,86,59). Sum of RGB (Red+Green+Blue) = 240+86+59=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0563B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0563B is #0FA9C4. Grayscale: #818181. Windows color (decimal): -1026501 or 3888880. OLE color: 3888880.
HSL color Cylindrical-coordinate representation of color #F0563B: hue angle of 8.95º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0563B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 59 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.06 |
| HSL | 8.95º | 0.86% | 0.59% | - |
| HSV(B) | 8.95º | 0.75% | 0.94% | - |
| XYZ | 40.05 | 25.5 | 6.95 | - |
| YUV | 128.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 59 | 0 | 0.64 | 0.75 | 0.06 | 8.95 | 0.86 | 0.59 |
| Hex | F0 | 56 | 3B | 0 | 40 | 4B | 6 | 9 | 56 | 3B |
| Octal | 360 | 126 | 73 | 0 | 100 | 113 | 6 | 11 | 126 | 73 |
| Binary | 11110000 | 1010110 | 111011 | 0 | 1000000 | 1001011 | 110 | 1001 | 1010110 | 111011 |
Color Harmonies of #F0563B
Complementary color
Monochromatic Colors of #F0563B
Black with #F0563B
Text Example
Text Example
White with #F0563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0563B; }
p { color: rgb(240,86,59); }
H1.HeaderClassName
{
color: #F0563B;
}
.AnyTagClassName
{
color: #F0563B;
}
</style>
background-color css
<style>
a { background-color: #F0563B; }
a { background-color: rgb(240,86,59); }
div.DivClassName
{
background-color: #F0563B;
}
.BgClassName
{
background-color: #F0563B;
}
</style>
border-color css
<style>
span { border-color: #F0563B; }
span { border-color: rgb(240,86,59); }
td.TdClassName
{
border-color: #F0563B;
}
.TagClassName
{
border-color: #F0563B;
}
</style>