Shades of Outrageous Orange #F8632C
Tints of Outrageous Orange #F8632C
RGB
CMYK
RGB Variations
Color information
#F8632C (or 0xF8632C) is known color: Outrageous Orange. HEX triplet: F8, 63 and 2C. RGB value is (248,99,44). Sum of RGB (Red+Green+Blue) = 248+99+44=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8632C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8632C is #079CD3. Grayscale: #898989. Windows color (decimal): -498900 or 2909176. OLE color: 2909176.
HSL color Cylindrical-coordinate representation of color #F8632C: hue angle of 16.18º 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 #F8632C is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 44 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.03 |
| HSL | 16.18º | 0.94% | 0.57% | - |
| HSV(B) | 16.18º | 0.82% | 0.97% | - |
| XYZ | 43.63 | 29.06 | 5.69 | - |
| YUV | 137.28 | 75.36 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 44 | 0 | 0.60 | 0.82 | 0.03 | 16.18 | 0.94 | 0.57 |
| Hex | F8 | 63 | 2C | 0 | 3C | 52 | 3 | 10 | 5E | 39 |
| Octal | 370 | 143 | 54 | 0 | 74 | 122 | 3 | 20 | 136 | 71 |
| Binary | 11111000 | 1100011 | 101100 | 0 | 111100 | 1010010 | 11 | 10000 | 1011110 | 111001 |
Color Harmonies of #F8632C
Complementary color
Monochromatic Colors of #F8632C
Black with #F8632C
Text Example
Text Example
White with #F8632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8632C; }
p { color: rgb(248,99,44); }
H1.HeaderClassName
{
color: #F8632C;
}
.AnyTagClassName
{
color: #F8632C;
}
</style>
background-color css
<style>
a { background-color: #F8632C; }
a { background-color: rgb(248,99,44); }
div.DivClassName
{
background-color: #F8632C;
}
.BgClassName
{
background-color: #F8632C;
}
</style>
border-color css
<style>
span { border-color: #F8632C; }
span { border-color: rgb(248,99,44); }
td.TdClassName
{
border-color: #F8632C;
}
.TagClassName
{
border-color: #F8632C;
}
</style>