Shades of Outrageous Orange #F8603D
Tints of Outrageous Orange #F8603D
RGB
CMYK
RGB Variations
Color information
#F8603D (or 0xF8603D) is known color: Outrageous Orange. HEX triplet: F8, 60 and 3D. RGB value is (248,96,61). Sum of RGB (Red+Green+Blue) = 248+96+61=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F8603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8603D is #079FC2. Grayscale: #898989. Windows color (decimal): -499651 or 4022520. OLE color: 4022520.
HSL color Cylindrical-coordinate representation of color #F8603D: hue angle of 11.23º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8603D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 61 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.03 |
| HSL | 11.23º | 0.93% | 0.61% | - |
| HSV(B) | 11.23º | 0.75% | 0.97% | - |
| XYZ | 43.74 | 28.66 | 7.64 | - |
| YUV | 137.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 61 | 0 | 0.61 | 0.75 | 0.03 | 11.23 | 0.93 | 0.61 |
| Hex | F8 | 60 | 3D | 0 | 3D | 4B | 3 | B | 5D | 3D |
| Octal | 370 | 140 | 75 | 0 | 75 | 113 | 3 | 13 | 135 | 75 |
| Binary | 11111000 | 1100000 | 111101 | 0 | 111101 | 1001011 | 11 | 1011 | 1011101 | 111101 |
Color Harmonies of #F8603D
Complementary color
Monochromatic Colors of #F8603D
Black with #F8603D
Text Example
Text Example
White with #F8603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8603D; }
p { color: rgb(248,96,61); }
H1.HeaderClassName
{
color: #F8603D;
}
.AnyTagClassName
{
color: #F8603D;
}
</style>
background-color css
<style>
a { background-color: #F8603D; }
a { background-color: rgb(248,96,61); }
div.DivClassName
{
background-color: #F8603D;
}
.BgClassName
{
background-color: #F8603D;
}
</style>
border-color css
<style>
span { border-color: #F8603D; }
span { border-color: rgb(248,96,61); }
td.TdClassName
{
border-color: #F8603D;
}
.TagClassName
{
border-color: #F8603D;
}
</style>