Shades of Outrageous Orange #F0583F
Tints of Outrageous Orange #F0583F
RGB
CMYK
RGB Variations
Color information
#F0583F (or 0xF0583F) is known color: Outrageous Orange. HEX triplet: F0, 58 and 3F. RGB value is (240,88,63). Sum of RGB (Red+Green+Blue) = 240+88+63=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0583F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0583F is #0FA7C0. Grayscale: #828282. Windows color (decimal): -1025985 or 4151536. OLE color: 4151536.
HSL color Cylindrical-coordinate representation of color #F0583F: hue angle of 8.47º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0583F is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 63 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.06 |
| HSL | 8.47º | 0.86% | 0.59% | - |
| HSV(B) | 8.47º | 0.74% | 0.94% | - |
| XYZ | 40.32 | 25.86 | 7.57 | - |
| YUV | 130.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 63 | 0 | 0.63 | 0.74 | 0.06 | 8.47 | 0.86 | 0.59 |
| Hex | F0 | 58 | 3F | 0 | 3F | 4A | 6 | 8 | 56 | 3B |
| Octal | 360 | 130 | 77 | 0 | 77 | 112 | 6 | 10 | 126 | 73 |
| Binary | 11110000 | 1011000 | 111111 | 0 | 111111 | 1001010 | 110 | 1000 | 1010110 | 111011 |
Color Harmonies of #F0583F
Complementary color
Monochromatic Colors of #F0583F
Black with #F0583F
Text Example
Text Example
White with #F0583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0583F; }
p { color: rgb(240,88,63); }
H1.HeaderClassName
{
color: #F0583F;
}
.AnyTagClassName
{
color: #F0583F;
}
</style>
background-color css
<style>
a { background-color: #F0583F; }
a { background-color: rgb(240,88,63); }
div.DivClassName
{
background-color: #F0583F;
}
.BgClassName
{
background-color: #F0583F;
}
</style>
border-color css
<style>
span { border-color: #F0583F; }
span { border-color: rgb(240,88,63); }
td.TdClassName
{
border-color: #F0583F;
}
.TagClassName
{
border-color: #F0583F;
}
</style>