Shades of International Orange #F85002
Tints of International Orange #F85002
RGB
CMYK
RGB Variations
Color information
#F85002 (or 0xF85002) is known color: International Orange. HEX triplet: F8, 50 and 02. RGB value is (248,80,2). Sum of RGB (Red+Green+Blue) = 248+80+2=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F85002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85002 is #07AFFD. Grayscale: #797979. Windows color (decimal): -503806 or 151800. OLE color: 151800.
HSL color Cylindrical-coordinate representation of color #F85002: hue angle of 19.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F85002 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.03 |
| HSL | 19.02º | 0.98% | 0.49% | - |
| HSV(B) | 19.02º | 0.99% | 0.97% | - |
| XYZ | 41.59 | 25.7 | 2.83 | - |
| YUV | 121.34 | 60.66 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 2 | 0 | 0.68 | 0.99 | 0.03 | 19.02 | 0.98 | 0.49 |
| Hex | F8 | 50 | 2 | 0 | 44 | 63 | 3 | 13 | 62 | 31 |
| Octal | 370 | 120 | 2 | 0 | 104 | 143 | 3 | 23 | 142 | 61 |
| Binary | 11111000 | 1010000 | 10 | 0 | 1000100 | 1100011 | 11 | 10011 | 1100010 | 110001 |
Color Harmonies of #F85002
Complementary color
Monochromatic Colors of #F85002
Black with #F85002
Text Example
Text Example
White with #F85002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85002; }
p { color: rgb(248,80,2); }
H1.HeaderClassName
{
color: #F85002;
}
.AnyTagClassName
{
color: #F85002;
}
</style>
background-color css
<style>
a { background-color: #F85002; }
a { background-color: rgb(248,80,2); }
div.DivClassName
{
background-color: #F85002;
}
.BgClassName
{
background-color: #F85002;
}
</style>
border-color css
<style>
span { border-color: #F85002; }
span { border-color: rgb(248,80,2); }
td.TdClassName
{
border-color: #F85002;
}
.TagClassName
{
border-color: #F85002;
}
</style>