Shades of Outrageous Orange #F3613F
Tints of Outrageous Orange #F3613F
RGB
CMYK
RGB Variations
Color information
#F3613F (or 0xF3613F) is known color: Outrageous Orange. HEX triplet: F3, 61 and 3F. RGB value is (243,97,63). Sum of RGB (Red+Green+Blue) = 243+97+63=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3613F is #0C9EC0. Grayscale: #898989. Windows color (decimal): -827073 or 4153843. OLE color: 4153843.
HSL color Cylindrical-coordinate representation of color #F3613F: hue angle of 11.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3613F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 63 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.05 |
| HSL | 11.33º | 0.88% | 0.6% | - |
| HSV(B) | 11.33º | 0.74% | 0.95% | - |
| XYZ | 42.13 | 27.96 | 7.88 | - |
| YUV | 136.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 63 | 0 | 0.60 | 0.74 | 0.05 | 11.33 | 0.88 | 0.6 |
| Hex | F3 | 61 | 3F | 0 | 3C | 4A | 5 | B | 58 | 3C |
| Octal | 363 | 141 | 77 | 0 | 74 | 112 | 5 | 13 | 130 | 74 |
| Binary | 11110011 | 1100001 | 111111 | 0 | 111100 | 1001010 | 101 | 1011 | 1011000 | 111100 |
Color Harmonies of #F3613F
Complementary color
Monochromatic Colors of #F3613F
Black with #F3613F
Text Example
Text Example
White with #F3613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3613F; }
p { color: rgb(243,97,63); }
H1.HeaderClassName
{
color: #F3613F;
}
.AnyTagClassName
{
color: #F3613F;
}
</style>
background-color css
<style>
a { background-color: #F3613F; }
a { background-color: rgb(243,97,63); }
div.DivClassName
{
background-color: #F3613F;
}
.BgClassName
{
background-color: #F3613F;
}
</style>
border-color css
<style>
span { border-color: #F3613F; }
span { border-color: rgb(243,97,63); }
td.TdClassName
{
border-color: #F3613F;
}
.TagClassName
{
border-color: #F3613F;
}
</style>