Shades of Outrageous Orange #F5583C
Tints of Outrageous Orange #F5583C
RGB
CMYK
RGB Variations
Color information
#F5583C (or 0xF5583C) is known color: Outrageous Orange. HEX triplet: F5, 58 and 3C. RGB value is (245,88,60). Sum of RGB (Red+Green+Blue) = 245+88+60=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5583C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5583C is #0AA7C3. Grayscale: #848484. Windows color (decimal): -698308 or 3954933. OLE color: 3954933.
HSL color Cylindrical-coordinate representation of color #F5583C: hue angle of 9.08º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5583C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 60 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.04 |
| HSL | 9.08º | 0.9% | 0.6% | - |
| HSV(B) | 9.08º | 0.76% | 0.96% | - |
| XYZ | 41.96 | 26.72 | 7.22 | - |
| YUV | 131.75 | 87.51 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 60 | 0 | 0.64 | 0.76 | 0.04 | 9.08 | 0.9 | 0.6 |
| Hex | F5 | 58 | 3C | 0 | 40 | 4C | 4 | 9 | 5A | 3C |
| Octal | 365 | 130 | 74 | 0 | 100 | 114 | 4 | 11 | 132 | 74 |
| Binary | 11110101 | 1011000 | 111100 | 0 | 1000000 | 1001100 | 100 | 1001 | 1011010 | 111100 |
Color Harmonies of #F5583C
Complementary color
Monochromatic Colors of #F5583C
Black with #F5583C
Text Example
Text Example
White with #F5583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5583C; }
p { color: rgb(245,88,60); }
H1.HeaderClassName
{
color: #F5583C;
}
.AnyTagClassName
{
color: #F5583C;
}
</style>
background-color css
<style>
a { background-color: #F5583C; }
a { background-color: rgb(245,88,60); }
div.DivClassName
{
background-color: #F5583C;
}
.BgClassName
{
background-color: #F5583C;
}
</style>
border-color css
<style>
span { border-color: #F5583C; }
span { border-color: rgb(245,88,60); }
td.TdClassName
{
border-color: #F5583C;
}
.TagClassName
{
border-color: #F5583C;
}
</style>