Shades of Outrageous Orange #F0573D
Tints of Outrageous Orange #F0573D
RGB
CMYK
RGB Variations
Color information
#F0573D (or 0xF0573D) is known color: Outrageous Orange. HEX triplet: F0, 57 and 3D. RGB value is (240,87,61). Sum of RGB (Red+Green+Blue) = 240+87+61=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0573D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0573D is #0FA8C2. Grayscale: #828282. Windows color (decimal): -1026243 or 4020208. OLE color: 4020208.
HSL color Cylindrical-coordinate representation of color #F0573D: hue angle of 8.72º 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 #F0573D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 61 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.06 |
| HSL | 8.72º | 0.86% | 0.59% | - |
| HSV(B) | 8.72º | 0.75% | 0.94% | - |
| XYZ | 40.19 | 25.68 | 7.25 | - |
| YUV | 129.78 | 89.19 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 61 | 0 | 0.64 | 0.75 | 0.06 | 8.72 | 0.86 | 0.59 |
| Hex | F0 | 57 | 3D | 0 | 40 | 4B | 6 | 9 | 56 | 3B |
| Octal | 360 | 127 | 75 | 0 | 100 | 113 | 6 | 11 | 126 | 73 |
| Binary | 11110000 | 1010111 | 111101 | 0 | 1000000 | 1001011 | 110 | 1001 | 1010110 | 111011 |
Color Harmonies of #F0573D
Complementary color
Monochromatic Colors of #F0573D
Black with #F0573D
Text Example
Text Example
White with #F0573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0573D; }
p { color: rgb(240,87,61); }
H1.HeaderClassName
{
color: #F0573D;
}
.AnyTagClassName
{
color: #F0573D;
}
</style>
background-color css
<style>
a { background-color: #F0573D; }
a { background-color: rgb(240,87,61); }
div.DivClassName
{
background-color: #F0573D;
}
.BgClassName
{
background-color: #F0573D;
}
</style>
border-color css
<style>
span { border-color: #F0573D; }
span { border-color: rgb(240,87,61); }
td.TdClassName
{
border-color: #F0573D;
}
.TagClassName
{
border-color: #F0573D;
}
</style>