Shades of Outrageous Orange #F8663D
Tints of Outrageous Orange #F8663D
RGB
CMYK
RGB Variations
Color information
#F8663D (or 0xF8663D) is known color: Outrageous Orange. HEX triplet: F8, 66 and 3D. RGB value is (248,102,61). Sum of RGB (Red+Green+Blue) = 248+102+61=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8663D is #0799C2. Grayscale: #8D8D8D. Windows color (decimal): -498115 or 4024056. OLE color: 4024056.
HSL color Cylindrical-coordinate representation of color #F8663D: hue angle of 13.16º 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 #F8663D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 61 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.03 |
| HSL | 13.16º | 0.93% | 0.61% | - |
| HSV(B) | 13.16º | 0.75% | 0.97% | - |
| XYZ | 44.31 | 29.8 | 7.83 | - |
| YUV | 140.98 | 82.87 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 61 | 0 | 0.59 | 0.75 | 0.03 | 13.16 | 0.93 | 0.61 |
| Hex | F8 | 66 | 3D | 0 | 3B | 4B | 3 | D | 5D | 3D |
| Octal | 370 | 146 | 75 | 0 | 73 | 113 | 3 | 15 | 135 | 75 |
| Binary | 11111000 | 1100110 | 111101 | 0 | 111011 | 1001011 | 11 | 1101 | 1011101 | 111101 |
Color Harmonies of #F8663D
Complementary color
Monochromatic Colors of #F8663D
Black with #F8663D
Text Example
Text Example
White with #F8663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8663D; }
p { color: rgb(248,102,61); }
H1.HeaderClassName
{
color: #F8663D;
}
.AnyTagClassName
{
color: #F8663D;
}
</style>
background-color css
<style>
a { background-color: #F8663D; }
a { background-color: rgb(248,102,61); }
div.DivClassName
{
background-color: #F8663D;
}
.BgClassName
{
background-color: #F8663D;
}
</style>
border-color css
<style>
span { border-color: #F8663D; }
span { border-color: rgb(248,102,61); }
td.TdClassName
{
border-color: #F8663D;
}
.TagClassName
{
border-color: #F8663D;
}
</style>