Shades of Outrageous Orange #F8622F
Tints of Outrageous Orange #F8622F
RGB
CMYK
RGB Variations
Color information
#F8622F (or 0xF8622F) is known color: Outrageous Orange. HEX triplet: F8, 62 and 2F. RGB value is (248,98,47). Sum of RGB (Red+Green+Blue) = 248+98+47=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8622F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8622F is #079DD0. Grayscale: #898989. Windows color (decimal): -499153 or 3105528. OLE color: 3105528.
HSL color Cylindrical-coordinate representation of color #F8622F: hue angle of 15.22º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8622F is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 47 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.03 |
| HSL | 15.22º | 0.93% | 0.58% | - |
| HSV(B) | 15.22º | 0.81% | 0.97% | - |
| XYZ | 43.59 | 28.9 | 5.97 | - |
| YUV | 137.04 | 77.2 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 47 | 0 | 0.60 | 0.81 | 0.03 | 15.22 | 0.93 | 0.58 |
| Hex | F8 | 62 | 2F | 0 | 3C | 51 | 3 | F | 5D | 3A |
| Octal | 370 | 142 | 57 | 0 | 74 | 121 | 3 | 17 | 135 | 72 |
| Binary | 11111000 | 1100010 | 101111 | 0 | 111100 | 1010001 | 11 | 1111 | 1011101 | 111010 |
Color Harmonies of #F8622F
Complementary color
Monochromatic Colors of #F8622F
Black with #F8622F
Text Example
Text Example
White with #F8622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8622F; }
p { color: rgb(248,98,47); }
H1.HeaderClassName
{
color: #F8622F;
}
.AnyTagClassName
{
color: #F8622F;
}
</style>
background-color css
<style>
a { background-color: #F8622F; }
a { background-color: rgb(248,98,47); }
div.DivClassName
{
background-color: #F8622F;
}
.BgClassName
{
background-color: #F8622F;
}
</style>
border-color css
<style>
span { border-color: #F8622F; }
span { border-color: rgb(248,98,47); }
td.TdClassName
{
border-color: #F8622F;
}
.TagClassName
{
border-color: #F8622F;
}
</style>