Shades of Outrageous Orange #F8643E
Tints of Outrageous Orange #F8643E
RGB
CMYK
RGB Variations
Color information
#F8643E (or 0xF8643E) is known color: Outrageous Orange. HEX triplet: F8, 64 and 3E. RGB value is (248,100,62). Sum of RGB (Red+Green+Blue) = 248+100+62=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8643E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8643E is #079BC1. Grayscale: #8C8C8C. Windows color (decimal): -498626 or 4089080. OLE color: 4089080.
HSL color Cylindrical-coordinate representation of color #F8643E: hue angle of 12.26º 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 #F8643E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 62 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.03 |
| HSL | 12.26º | 0.93% | 0.61% | - |
| HSV(B) | 12.26º | 0.75% | 0.97% | - |
| XYZ | 44.14 | 29.42 | 7.91 | - |
| YUV | 139.92 | 84.03 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 62 | 0 | 0.60 | 0.75 | 0.03 | 12.26 | 0.93 | 0.61 |
| Hex | F8 | 64 | 3E | 0 | 3C | 4B | 3 | C | 5D | 3D |
| Octal | 370 | 144 | 76 | 0 | 74 | 113 | 3 | 14 | 135 | 75 |
| Binary | 11111000 | 1100100 | 111110 | 0 | 111100 | 1001011 | 11 | 1100 | 1011101 | 111101 |
Color Harmonies of #F8643E
Complementary color
Monochromatic Colors of #F8643E
Black with #F8643E
Text Example
Text Example
White with #F8643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8643E; }
p { color: rgb(248,100,62); }
H1.HeaderClassName
{
color: #F8643E;
}
.AnyTagClassName
{
color: #F8643E;
}
</style>
background-color css
<style>
a { background-color: #F8643E; }
a { background-color: rgb(248,100,62); }
div.DivClassName
{
background-color: #F8643E;
}
.BgClassName
{
background-color: #F8643E;
}
</style>
border-color css
<style>
span { border-color: #F8643E; }
span { border-color: rgb(248,100,62); }
td.TdClassName
{
border-color: #F8643E;
}
.TagClassName
{
border-color: #F8643E;
}
</style>