Shades of Outrageous Orange #F6613D
Tints of Outrageous Orange #F6613D
RGB
CMYK
RGB Variations
Color information
#F6613D (or 0xF6613D) is known color: Outrageous Orange. HEX triplet: F6, 61 and 3D. RGB value is (246,97,61). Sum of RGB (Red+Green+Blue) = 246+97+61=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6613D is #099EC2. Grayscale: #898989. Windows color (decimal): -630467 or 4022774. OLE color: 4022774.
HSL color Cylindrical-coordinate representation of color #F6613D: hue angle of 11.68º 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 #F6613D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 61 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.04 |
| HSL | 11.68º | 0.91% | 0.6% | - |
| HSV(B) | 11.68º | 0.75% | 0.96% | - |
| XYZ | 43.12 | 28.48 | 7.64 | - |
| YUV | 137.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 61 | 0 | 0.61 | 0.75 | 0.04 | 11.68 | 0.91 | 0.6 |
| Hex | F6 | 61 | 3D | 0 | 3D | 4B | 4 | C | 5B | 3C |
| Octal | 366 | 141 | 75 | 0 | 75 | 113 | 4 | 14 | 133 | 74 |
| Binary | 11110110 | 1100001 | 111101 | 0 | 111101 | 1001011 | 100 | 1100 | 1011011 | 111100 |
Color Harmonies of #F6613D
Complementary color
Monochromatic Colors of #F6613D
Black with #F6613D
Text Example
Text Example
White with #F6613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6613D; }
p { color: rgb(246,97,61); }
H1.HeaderClassName
{
color: #F6613D;
}
.AnyTagClassName
{
color: #F6613D;
}
</style>
background-color css
<style>
a { background-color: #F6613D; }
a { background-color: rgb(246,97,61); }
div.DivClassName
{
background-color: #F6613D;
}
.BgClassName
{
background-color: #F6613D;
}
</style>
border-color css
<style>
span { border-color: #F6613D; }
span { border-color: rgb(246,97,61); }
td.TdClassName
{
border-color: #F6613D;
}
.TagClassName
{
border-color: #F6613D;
}
</style>