Shades of Outrageous Orange #F8502F
Tints of Outrageous Orange #F8502F
RGB
CMYK
RGB Variations
Color information
#F8502F (or 0xF8502F) is known color: Outrageous Orange. HEX triplet: F8, 50 and 2F. RGB value is (248,80,47). Sum of RGB (Red+Green+Blue) = 248+80+47=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8502F is #07AFD0. Grayscale: #7E7E7E. Windows color (decimal): -503761 or 3100920. OLE color: 3100920.
HSL color Cylindrical-coordinate representation of color #F8502F: hue angle of 9.85º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8502F is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 47 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.03 |
| HSL | 9.85º | 0.93% | 0.58% | - |
| HSV(B) | 9.85º | 0.81% | 0.97% | - |
| XYZ | 42.09 | 25.9 | 5.47 | - |
| YUV | 126.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 47 | 0 | 0.68 | 0.81 | 0.03 | 9.85 | 0.93 | 0.58 |
| Hex | F8 | 50 | 2F | 0 | 44 | 51 | 3 | A | 5D | 3A |
| Octal | 370 | 120 | 57 | 0 | 104 | 121 | 3 | 12 | 135 | 72 |
| Binary | 11111000 | 1010000 | 101111 | 0 | 1000100 | 1010001 | 11 | 1010 | 1011101 | 111010 |
Color Harmonies of #F8502F
Complementary color
Monochromatic Colors of #F8502F
Black with #F8502F
Text Example
Text Example
White with #F8502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8502F; }
p { color: rgb(248,80,47); }
H1.HeaderClassName
{
color: #F8502F;
}
.AnyTagClassName
{
color: #F8502F;
}
</style>
background-color css
<style>
a { background-color: #F8502F; }
a { background-color: rgb(248,80,47); }
div.DivClassName
{
background-color: #F8502F;
}
.BgClassName
{
background-color: #F8502F;
}
</style>
border-color css
<style>
span { border-color: #F8502F; }
span { border-color: rgb(248,80,47); }
td.TdClassName
{
border-color: #F8502F;
}
.TagClassName
{
border-color: #F8502F;
}
</style>