Shades of Outrageous Orange #F6663D
Tints of Outrageous Orange #F6663D
RGB
CMYK
RGB Variations
Color information
#F6663D (or 0xF6663D) is known color: Outrageous Orange. HEX triplet: F6, 66 and 3D. RGB value is (246,102,61). Sum of RGB (Red+Green+Blue) = 246+102+61=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6663D is #0999C2. Grayscale: #8C8C8C. Windows color (decimal): -629187 or 4024054. OLE color: 4024054.
HSL color Cylindrical-coordinate representation of color #F6663D: hue angle of 13.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6663D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 61 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.04 |
| HSL | 13.3º | 0.91% | 0.6% | - |
| HSV(B) | 13.3º | 0.75% | 0.96% | - |
| XYZ | 43.6 | 29.43 | 7.8 | - |
| YUV | 140.38 | 83.21 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 61 | 0 | 0.59 | 0.75 | 0.04 | 13.3 | 0.91 | 0.6 |
| Hex | F6 | 66 | 3D | 0 | 3B | 4B | 4 | D | 5B | 3C |
| Octal | 366 | 146 | 75 | 0 | 73 | 113 | 4 | 15 | 133 | 74 |
| Binary | 11110110 | 1100110 | 111101 | 0 | 111011 | 1001011 | 100 | 1101 | 1011011 | 111100 |
Color Harmonies of #F6663D
Complementary color
Monochromatic Colors of #F6663D
Black with #F6663D
Text Example
Text Example
White with #F6663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6663D; }
p { color: rgb(246,102,61); }
H1.HeaderClassName
{
color: #F6663D;
}
.AnyTagClassName
{
color: #F6663D;
}
</style>
background-color css
<style>
a { background-color: #F6663D; }
a { background-color: rgb(246,102,61); }
div.DivClassName
{
background-color: #F6663D;
}
.BgClassName
{
background-color: #F6663D;
}
</style>
border-color css
<style>
span { border-color: #F6663D; }
span { border-color: rgb(246,102,61); }
td.TdClassName
{
border-color: #F6663D;
}
.TagClassName
{
border-color: #F6663D;
}
</style>