Shades of Outrageous Orange #F6622D
Tints of Outrageous Orange #F6622D
RGB
CMYK
RGB Variations
Color information
#F6622D (or 0xF6622D) is known color: Outrageous Orange. HEX triplet: F6, 62 and 2D. RGB value is (246,98,45). Sum of RGB (Red+Green+Blue) = 246+98+45=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6622D is #099DD2. Grayscale: #888888. Windows color (decimal): -630227 or 2974454. OLE color: 2974454.
HSL color Cylindrical-coordinate representation of color #F6622D: hue angle of 15.82º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6622D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 45 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.04 |
| HSL | 15.82º | 0.92% | 0.57% | - |
| HSV(B) | 15.82º | 0.82% | 0.96% | - |
| XYZ | 42.85 | 28.52 | 5.73 | - |
| YUV | 136.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 45 | 0 | 0.60 | 0.82 | 0.04 | 15.82 | 0.92 | 0.57 |
| Hex | F6 | 62 | 2D | 0 | 3C | 52 | 4 | 10 | 5C | 39 |
| Octal | 366 | 142 | 55 | 0 | 74 | 122 | 4 | 20 | 134 | 71 |
| Binary | 11110110 | 1100010 | 101101 | 0 | 111100 | 1010010 | 100 | 10000 | 1011100 | 111001 |
Color Harmonies of #F6622D
Complementary color
Monochromatic Colors of #F6622D
Black with #F6622D
Text Example
Text Example
White with #F6622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6622D; }
p { color: rgb(246,98,45); }
H1.HeaderClassName
{
color: #F6622D;
}
.AnyTagClassName
{
color: #F6622D;
}
</style>
background-color css
<style>
a { background-color: #F6622D; }
a { background-color: rgb(246,98,45); }
div.DivClassName
{
background-color: #F6622D;
}
.BgClassName
{
background-color: #F6622D;
}
</style>
border-color css
<style>
span { border-color: #F6622D; }
span { border-color: rgb(246,98,45); }
td.TdClassName
{
border-color: #F6622D;
}
.TagClassName
{
border-color: #F6622D;
}
</style>