Shades of Outrageous Orange #F8653D
Tints of Outrageous Orange #F8653D
RGB
CMYK
RGB Variations
Color information
#F8653D (or 0xF8653D) is known color: Outrageous Orange. HEX triplet: F8, 65 and 3D. RGB value is (248,101,61). Sum of RGB (Red+Green+Blue) = 248+101+61=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8653D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8653D is #079AC2. Grayscale: #8C8C8C. Windows color (decimal): -498371 or 4023800. OLE color: 4023800.
HSL color Cylindrical-coordinate representation of color #F8653D: hue angle of 12.83º 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 #F8653D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 61 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.03 |
| HSL | 12.83º | 0.93% | 0.61% | - |
| HSV(B) | 12.83º | 0.75% | 0.97% | - |
| XYZ | 44.21 | 29.6 | 7.8 | - |
| YUV | 140.39 | 83.2 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 61 | 0 | 0.59 | 0.75 | 0.03 | 12.83 | 0.93 | 0.61 |
| Hex | F8 | 65 | 3D | 0 | 3B | 4B | 3 | D | 5D | 3D |
| Octal | 370 | 145 | 75 | 0 | 73 | 113 | 3 | 15 | 135 | 75 |
| Binary | 11111000 | 1100101 | 111101 | 0 | 111011 | 1001011 | 11 | 1101 | 1011101 | 111101 |
Color Harmonies of #F8653D
Complementary color
Monochromatic Colors of #F8653D
Black with #F8653D
Text Example
Text Example
White with #F8653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8653D; }
p { color: rgb(248,101,61); }
H1.HeaderClassName
{
color: #F8653D;
}
.AnyTagClassName
{
color: #F8653D;
}
</style>
background-color css
<style>
a { background-color: #F8653D; }
a { background-color: rgb(248,101,61); }
div.DivClassName
{
background-color: #F8653D;
}
.BgClassName
{
background-color: #F8653D;
}
</style>
border-color css
<style>
span { border-color: #F8653D; }
span { border-color: rgb(248,101,61); }
td.TdClassName
{
border-color: #F8653D;
}
.TagClassName
{
border-color: #F8653D;
}
</style>