Shades of International Orange #F85000
Tints of International Orange #F85000
RGB
CMYK
RGB Variations
Color information
#F85000 (or 0xF85000) is known color: International Orange. HEX triplet: F8, 50 and 00. RGB value is (248,80,0). Sum of RGB (Red+Green+Blue) = 248+80+0=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F85000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85000 is #07AFFF. Grayscale: #797979. Windows color (decimal): -503808 or 20728. OLE color: 20728.
HSL color Cylindrical-coordinate representation of color #F85000: hue angle of 19.35º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.03 |
| HSL | 19.35º | 1% | 0.49% | - |
| HSV(B) | 19.35º | 1% | 0.97% | - |
| XYZ | 41.58 | 25.69 | 2.77 | - |
| YUV | 121.11 | 59.66 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 0 | 0 | 0.68 | 1 | 0.03 | 19.35 | 1 | 0.49 |
| Hex | F8 | 50 | 0 | 0 | 44 | 64 | 3 | 13 | 64 | 31 |
| Octal | 370 | 120 | 0 | 0 | 104 | 144 | 3 | 23 | 144 | 61 |
| Binary | 11111000 | 1010000 | 0 | 0 | 1000100 | 1100100 | 11 | 10011 | 1100100 | 110001 |
Color Harmonies of #F85000
Complementary color
Monochromatic Colors of #F85000
Black with #F85000
Text Example
Text Example
White with #F85000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85000; }
p { color: rgb(248,80,0); }
H1.HeaderClassName
{
color: #F85000;
}
.AnyTagClassName
{
color: #F85000;
}
</style>
background-color css
<style>
a { background-color: #F85000; }
a { background-color: rgb(248,80,0); }
div.DivClassName
{
background-color: #F85000;
}
.BgClassName
{
background-color: #F85000;
}
</style>
border-color css
<style>
span { border-color: #F85000; }
span { border-color: rgb(248,80,0); }
td.TdClassName
{
border-color: #F85000;
}
.TagClassName
{
border-color: #F85000;
}
</style>