Shades of Outrageous Orange #F3663D
Tints of Outrageous Orange #F3663D
RGB
CMYK
RGB Variations
Color information
#F3663D (or 0xF3663D) is known color: Outrageous Orange. HEX triplet: F3, 66 and 3D. RGB value is (243,102,61). Sum of RGB (Red+Green+Blue) = 243+102+61=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3663D is #0C99C2. Grayscale: #8B8B8B. Windows color (decimal): -825795 or 4024051. OLE color: 4024051.
HSL color Cylindrical-coordinate representation of color #F3663D: hue angle of 13.52º 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 #F3663D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 61 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.05 |
| HSL | 13.52º | 0.88% | 0.6% | - |
| HSV(B) | 13.52º | 0.75% | 0.95% | - |
| XYZ | 42.56 | 28.89 | 7.75 | - |
| YUV | 139.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 61 | 0 | 0.58 | 0.75 | 0.05 | 13.52 | 0.88 | 0.6 |
| Hex | F3 | 66 | 3D | 0 | 3A | 4B | 5 | E | 58 | 3C |
| Octal | 363 | 146 | 75 | 0 | 72 | 113 | 5 | 16 | 130 | 74 |
| Binary | 11110011 | 1100110 | 111101 | 0 | 111010 | 1001011 | 101 | 1110 | 1011000 | 111100 |
Color Harmonies of #F3663D
Complementary color
Monochromatic Colors of #F3663D
Black with #F3663D
Text Example
Text Example
White with #F3663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3663D; }
p { color: rgb(243,102,61); }
H1.HeaderClassName
{
color: #F3663D;
}
.AnyTagClassName
{
color: #F3663D;
}
</style>
background-color css
<style>
a { background-color: #F3663D; }
a { background-color: rgb(243,102,61); }
div.DivClassName
{
background-color: #F3663D;
}
.BgClassName
{
background-color: #F3663D;
}
</style>
border-color css
<style>
span { border-color: #F3663D; }
span { border-color: rgb(243,102,61); }
td.TdClassName
{
border-color: #F3663D;
}
.TagClassName
{
border-color: #F3663D;
}
</style>