Shades of Outrageous Orange #F3602F
Tints of Outrageous Orange #F3602F
RGB
CMYK
RGB Variations
Color information
#F3602F (or 0xF3602F) is known color: Outrageous Orange. HEX triplet: F3, 60 and 2F. RGB value is (243,96,47). Sum of RGB (Red+Green+Blue) = 243+96+47=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3602F is #0C9FD0. Grayscale: #868686. Windows color (decimal): -827345 or 3105011. OLE color: 3105011.
HSL color Cylindrical-coordinate representation of color #F3602F: hue angle of 15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3602F is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 47 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.05 |
| HSL | 15º | 0.89% | 0.57% | - |
| HSV(B) | 15º | 0.81% | 0.95% | - |
| XYZ | 41.66 | 27.63 | 5.83 | - |
| YUV | 134.37 | 78.7 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 47 | 0 | 0.60 | 0.81 | 0.05 | 15 | 0.89 | 0.57 |
| Hex | F3 | 60 | 2F | 0 | 3C | 51 | 5 | F | 59 | 39 |
| Octal | 363 | 140 | 57 | 0 | 74 | 121 | 5 | 17 | 131 | 71 |
| Binary | 11110011 | 1100000 | 101111 | 0 | 111100 | 1010001 | 101 | 1111 | 1011001 | 111001 |
Color Harmonies of #F3602F
Complementary color
Monochromatic Colors of #F3602F
Black with #F3602F
Text Example
Text Example
White with #F3602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3602F; }
p { color: rgb(243,96,47); }
H1.HeaderClassName
{
color: #F3602F;
}
.AnyTagClassName
{
color: #F3602F;
}
</style>
background-color css
<style>
a { background-color: #F3602F; }
a { background-color: rgb(243,96,47); }
div.DivClassName
{
background-color: #F3602F;
}
.BgClassName
{
background-color: #F3602F;
}
</style>
border-color css
<style>
span { border-color: #F3602F; }
span { border-color: rgb(243,96,47); }
td.TdClassName
{
border-color: #F3602F;
}
.TagClassName
{
border-color: #F3602F;
}
</style>