Shades of International Orange #F85805
Tints of International Orange #F85805
RGB
CMYK
RGB Variations
Color information
#F85805 (or 0xF85805) is known color: International Orange. HEX triplet: F8, 58 and 05. RGB value is (248,88,5). Sum of RGB (Red+Green+Blue) = 248+88+5=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F85805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85805 is #07A7FA. Grayscale: #7E7E7E. Windows color (decimal): -501755 or 350456. OLE color: 350456.
HSL color Cylindrical-coordinate representation of color #F85805: hue angle of 20.49º 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 #F85805 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.03 |
| HSL | 20.49º | 0.96% | 0.5% | - |
| HSV(B) | 20.49º | 0.98% | 0.97% | - |
| XYZ | 42.23 | 26.95 | 3.12 | - |
| YUV | 126.38 | 59.51 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 5 | 0 | 0.65 | 0.98 | 0.03 | 20.49 | 0.96 | 0.5 |
| Hex | F8 | 58 | 5 | 0 | 41 | 62 | 3 | 14 | 60 | 32 |
| Octal | 370 | 130 | 5 | 0 | 101 | 142 | 3 | 24 | 140 | 62 |
| Binary | 11111000 | 1011000 | 101 | 0 | 1000001 | 1100010 | 11 | 10100 | 1100000 | 110010 |
Color Harmonies of #F85805
Complementary color
Monochromatic Colors of #F85805
Black with #F85805
Text Example
Text Example
White with #F85805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85805; }
p { color: rgb(248,88,5); }
H1.HeaderClassName
{
color: #F85805;
}
.AnyTagClassName
{
color: #F85805;
}
</style>
background-color css
<style>
a { background-color: #F85805; }
a { background-color: rgb(248,88,5); }
div.DivClassName
{
background-color: #F85805;
}
.BgClassName
{
background-color: #F85805;
}
</style>
border-color css
<style>
span { border-color: #F85805; }
span { border-color: rgb(248,88,5); }
td.TdClassName
{
border-color: #F85805;
}
.TagClassName
{
border-color: #F85805;
}
</style>