Shades of Outrageous Orange #F8622D
Tints of Outrageous Orange #F8622D
RGB
CMYK
RGB Variations
Color information
#F8622D (or 0xF8622D) is known color: Outrageous Orange. HEX triplet: F8, 62 and 2D. RGB value is (248,98,45). Sum of RGB (Red+Green+Blue) = 248+98+45=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8622D is #079DD2. Grayscale: #898989. Windows color (decimal): -499155 or 2974456. OLE color: 2974456.
HSL color Cylindrical-coordinate representation of color #F8622D: hue angle of 15.67º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8622D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 45 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.03 |
| HSL | 15.67º | 0.94% | 0.57% | - |
| HSV(B) | 15.67º | 0.82% | 0.97% | - |
| XYZ | 43.55 | 28.88 | 5.76 | - |
| YUV | 136.81 | 76.2 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 45 | 0 | 0.60 | 0.82 | 0.03 | 15.67 | 0.94 | 0.57 |
| Hex | F8 | 62 | 2D | 0 | 3C | 52 | 3 | 10 | 5E | 39 |
| Octal | 370 | 142 | 55 | 0 | 74 | 122 | 3 | 20 | 136 | 71 |
| Binary | 11111000 | 1100010 | 101101 | 0 | 111100 | 1010010 | 11 | 10000 | 1011110 | 111001 |
Color Harmonies of #F8622D
Complementary color
Monochromatic Colors of #F8622D
Black with #F8622D
Text Example
Text Example
White with #F8622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8622D; }
p { color: rgb(248,98,45); }
H1.HeaderClassName
{
color: #F8622D;
}
.AnyTagClassName
{
color: #F8622D;
}
</style>
background-color css
<style>
a { background-color: #F8622D; }
a { background-color: rgb(248,98,45); }
div.DivClassName
{
background-color: #F8622D;
}
.BgClassName
{
background-color: #F8622D;
}
</style>
border-color css
<style>
span { border-color: #F8622D; }
span { border-color: rgb(248,98,45); }
td.TdClassName
{
border-color: #F8622D;
}
.TagClassName
{
border-color: #F8622D;
}
</style>