Shades of Outrageous Orange #F8613B
Tints of Outrageous Orange #F8613B
RGB
CMYK
RGB Variations
Color information
#F8613B (or 0xF8613B) is known color: Outrageous Orange. HEX triplet: F8, 61 and 3B. RGB value is (248,97,59). Sum of RGB (Red+Green+Blue) = 248+97+59=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8613B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8613B is #079EC4. Grayscale: #8A8A8A. Windows color (decimal): -499397 or 3891704. OLE color: 3891704.
HSL color Cylindrical-coordinate representation of color #F8613B: hue angle of 12.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8613B is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 59 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.03 |
| HSL | 12.06º | 0.93% | 0.6% | - |
| HSV(B) | 12.06º | 0.76% | 0.97% | - |
| XYZ | 43.78 | 28.82 | 7.39 | - |
| YUV | 137.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 59 | 0 | 0.61 | 0.76 | 0.03 | 12.06 | 0.93 | 0.6 |
| Hex | F8 | 61 | 3B | 0 | 3D | 4C | 3 | C | 5D | 3C |
| Octal | 370 | 141 | 73 | 0 | 75 | 114 | 3 | 14 | 135 | 74 |
| Binary | 11111000 | 1100001 | 111011 | 0 | 111101 | 1001100 | 11 | 1100 | 1011101 | 111100 |
Color Harmonies of #F8613B
Complementary color
Monochromatic Colors of #F8613B
Black with #F8613B
Text Example
Text Example
White with #F8613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8613B; }
p { color: rgb(248,97,59); }
H1.HeaderClassName
{
color: #F8613B;
}
.AnyTagClassName
{
color: #F8613B;
}
</style>
background-color css
<style>
a { background-color: #F8613B; }
a { background-color: rgb(248,97,59); }
div.DivClassName
{
background-color: #F8613B;
}
.BgClassName
{
background-color: #F8613B;
}
</style>
border-color css
<style>
span { border-color: #F8613B; }
span { border-color: rgb(248,97,59); }
td.TdClassName
{
border-color: #F8613B;
}
.TagClassName
{
border-color: #F8613B;
}
</style>