Shades of International Orange #F85005
Tints of International Orange #F85005
RGB
CMYK
RGB Variations
Color information
#F85005 (or 0xF85005) is known color: International Orange. HEX triplet: F8, 50 and 05. RGB value is (248,80,5). Sum of RGB (Red+Green+Blue) = 248+80+5=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F85005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85005 is #07AFFA. Grayscale: #7A7A7A. Windows color (decimal): -503803 or 348408. OLE color: 348408.
HSL color Cylindrical-coordinate representation of color #F85005: hue angle of 18.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F85005 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.03 |
| HSL | 18.52º | 0.96% | 0.5% | - |
| HSV(B) | 18.52º | 0.98% | 0.97% | - |
| XYZ | 41.61 | 25.7 | 2.91 | - |
| YUV | 121.68 | 62.16 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 5 | 0 | 0.68 | 0.98 | 0.03 | 18.52 | 0.96 | 0.5 |
| Hex | F8 | 50 | 5 | 0 | 44 | 62 | 3 | 13 | 60 | 32 |
| Octal | 370 | 120 | 5 | 0 | 104 | 142 | 3 | 23 | 140 | 62 |
| Binary | 11111000 | 1010000 | 101 | 0 | 1000100 | 1100010 | 11 | 10011 | 1100000 | 110010 |
Color Harmonies of #F85005
Complementary color
Monochromatic Colors of #F85005
Black with #F85005
Text Example
Text Example
White with #F85005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85005; }
p { color: rgb(248,80,5); }
H1.HeaderClassName
{
color: #F85005;
}
.AnyTagClassName
{
color: #F85005;
}
</style>
background-color css
<style>
a { background-color: #F85005; }
a { background-color: rgb(248,80,5); }
div.DivClassName
{
background-color: #F85005;
}
.BgClassName
{
background-color: #F85005;
}
</style>
border-color css
<style>
span { border-color: #F85005; }
span { border-color: rgb(248,80,5); }
td.TdClassName
{
border-color: #F85005;
}
.TagClassName
{
border-color: #F85005;
}
</style>