Shades of Outrageous Orange #F0603C
Tints of Outrageous Orange #F0603C
RGB
CMYK
RGB Variations
Color information
#F0603C (or 0xF0603C) is known color: Outrageous Orange. HEX triplet: F0, 60 and 3C. RGB value is (240,96,60). Sum of RGB (Red+Green+Blue) = 240+96+60=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0603C is #0F9FC3. Grayscale: #878787. Windows color (decimal): -1023940 or 3956976. OLE color: 3956976.
HSL color Cylindrical-coordinate representation of color #F0603C: hue angle of 12º 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 #F0603C is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 60 | - |
| CMYK | 0 | 0.6 | 0.75 | 0.06 |
| HSL | 12º | 0.86% | 0.59% | - |
| HSV(B) | 12º | 0.75% | 0.94% | - |
| XYZ | 40.93 | 27.22 | 7.37 | - |
| YUV | 134.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 60 | 0 | 0.6 | 0.75 | 0.06 | 12 | 0.86 | 0.59 |
| Hex | F0 | 60 | 3C | 0 | 3C | 4B | 6 | C | 56 | 3B |
| Octal | 360 | 140 | 74 | 0 | 74 | 113 | 6 | 14 | 126 | 73 |
| Binary | 11110000 | 1100000 | 111100 | 0 | 111100 | 1001011 | 110 | 1100 | 1010110 | 111011 |
Color Harmonies of #F0603C
Complementary color
Monochromatic Colors of #F0603C
Black with #F0603C
Text Example
Text Example
White with #F0603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0603C; }
p { color: rgb(240,96,60); }
H1.HeaderClassName
{
color: #F0603C;
}
.AnyTagClassName
{
color: #F0603C;
}
</style>
background-color css
<style>
a { background-color: #F0603C; }
a { background-color: rgb(240,96,60); }
div.DivClassName
{
background-color: #F0603C;
}
.BgClassName
{
background-color: #F0603C;
}
</style>
border-color css
<style>
span { border-color: #F0603C; }
span { border-color: rgb(240,96,60); }
td.TdClassName
{
border-color: #F0603C;
}
.TagClassName
{
border-color: #F0603C;
}
</style>