Shades of Outrageous Orange #F3603A
Tints of Outrageous Orange #F3603A
RGB
CMYK
RGB Variations
Color information
#F3603A (or 0xF3603A) is known color: Outrageous Orange. HEX triplet: F3, 60 and 3A. RGB value is (243,96,58). Sum of RGB (Red+Green+Blue) = 243+96+58=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F3603A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3603A is #0C9FC5. Grayscale: #878787. Windows color (decimal): -827334 or 3825907. OLE color: 3825907.
HSL color Cylindrical-coordinate representation of color #F3603A: hue angle of 12.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3603A is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 58 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.05 |
| HSL | 12.32º | 0.89% | 0.59% | - |
| HSV(B) | 12.32º | 0.76% | 0.95% | - |
| XYZ | 41.91 | 27.73 | 7.15 | - |
| YUV | 135.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 58 | 0 | 0.60 | 0.76 | 0.05 | 12.32 | 0.89 | 0.59 |
| Hex | F3 | 60 | 3A | 0 | 3C | 4C | 5 | C | 59 | 3B |
| Octal | 363 | 140 | 72 | 0 | 74 | 114 | 5 | 14 | 131 | 73 |
| Binary | 11110011 | 1100000 | 111010 | 0 | 111100 | 1001100 | 101 | 1100 | 1011001 | 111011 |
Color Harmonies of #F3603A
Complementary color
Monochromatic Colors of #F3603A
Black with #F3603A
Text Example
Text Example
White with #F3603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3603A; }
p { color: rgb(243,96,58); }
H1.HeaderClassName
{
color: #F3603A;
}
.AnyTagClassName
{
color: #F3603A;
}
</style>
background-color css
<style>
a { background-color: #F3603A; }
a { background-color: rgb(243,96,58); }
div.DivClassName
{
background-color: #F3603A;
}
.BgClassName
{
background-color: #F3603A;
}
</style>
border-color css
<style>
span { border-color: #F3603A; }
span { border-color: rgb(243,96,58); }
td.TdClassName
{
border-color: #F3603A;
}
.TagClassName
{
border-color: #F3603A;
}
</style>