Shades of Outrageous Orange #F6663B
Tints of Outrageous Orange #F6663B
RGB
CMYK
RGB Variations
Color information
#F6663B (or 0xF6663B) is known color: Outrageous Orange. HEX triplet: F6, 66 and 3B. RGB value is (246,102,59). Sum of RGB (Red+Green+Blue) = 246+102+59=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6663B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6663B is #0999C4. Grayscale: #8C8C8C. Windows color (decimal): -629189 or 3892982. OLE color: 3892982.
HSL color Cylindrical-coordinate representation of color #F6663B: hue angle of 13.8º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6663B is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 59 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.04 |
| HSL | 13.8º | 0.91% | 0.6% | - |
| HSV(B) | 13.8º | 0.76% | 0.96% | - |
| XYZ | 43.55 | 29.41 | 7.52 | - |
| YUV | 140.15 | 82.21 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 59 | 0 | 0.59 | 0.76 | 0.04 | 13.8 | 0.91 | 0.6 |
| Hex | F6 | 66 | 3B | 0 | 3B | 4C | 4 | E | 5B | 3C |
| Octal | 366 | 146 | 73 | 0 | 73 | 114 | 4 | 16 | 133 | 74 |
| Binary | 11110110 | 1100110 | 111011 | 0 | 111011 | 1001100 | 100 | 1110 | 1011011 | 111100 |
Color Harmonies of #F6663B
Complementary color
Monochromatic Colors of #F6663B
Black with #F6663B
Text Example
Text Example
White with #F6663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6663B; }
p { color: rgb(246,102,59); }
H1.HeaderClassName
{
color: #F6663B;
}
.AnyTagClassName
{
color: #F6663B;
}
</style>
background-color css
<style>
a { background-color: #F6663B; }
a { background-color: rgb(246,102,59); }
div.DivClassName
{
background-color: #F6663B;
}
.BgClassName
{
background-color: #F6663B;
}
</style>
border-color css
<style>
span { border-color: #F6663B; }
span { border-color: rgb(246,102,59); }
td.TdClassName
{
border-color: #F6663B;
}
.TagClassName
{
border-color: #F6663B;
}
</style>