Shades of Outrageous Orange #F3653D
Tints of Outrageous Orange #F3653D
RGB
CMYK
RGB Variations
Color information
#F3653D (or 0xF3653D) is known color: Outrageous Orange. HEX triplet: F3, 65 and 3D. RGB value is (243,101,61). Sum of RGB (Red+Green+Blue) = 243+101+61=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F3653D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3653D is #0C9AC2. Grayscale: #8B8B8B. Windows color (decimal): -826051 or 4023795. OLE color: 4023795.
HSL color Cylindrical-coordinate representation of color #F3653D: hue angle of 13.19º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3653D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 61 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.05 |
| HSL | 13.19º | 0.88% | 0.6% | - |
| HSV(B) | 13.19º | 0.75% | 0.95% | - |
| XYZ | 42.46 | 28.7 | 7.72 | - |
| YUV | 138.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 61 | 0 | 0.58 | 0.75 | 0.05 | 13.19 | 0.88 | 0.6 |
| Hex | F3 | 65 | 3D | 0 | 3A | 4B | 5 | D | 58 | 3C |
| Octal | 363 | 145 | 75 | 0 | 72 | 113 | 5 | 15 | 130 | 74 |
| Binary | 11110011 | 1100101 | 111101 | 0 | 111010 | 1001011 | 101 | 1101 | 1011000 | 111100 |
Color Harmonies of #F3653D
Complementary color
Monochromatic Colors of #F3653D
Black with #F3653D
Text Example
Text Example
White with #F3653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3653D; }
p { color: rgb(243,101,61); }
H1.HeaderClassName
{
color: #F3653D;
}
.AnyTagClassName
{
color: #F3653D;
}
</style>
background-color css
<style>
a { background-color: #F3653D; }
a { background-color: rgb(243,101,61); }
div.DivClassName
{
background-color: #F3653D;
}
.BgClassName
{
background-color: #F3653D;
}
</style>
border-color css
<style>
span { border-color: #F3653D; }
span { border-color: rgb(243,101,61); }
td.TdClassName
{
border-color: #F3653D;
}
.TagClassName
{
border-color: #F3653D;
}
</style>