Shades of International Orange #F85802
Tints of International Orange #F85802
RGB
CMYK
RGB Variations
Color information
#F85802 (or 0xF85802) is known color: International Orange. HEX triplet: F8, 58 and 02. RGB value is (248,88,2). Sum of RGB (Red+Green+Blue) = 248+88+2=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F85802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85802 is #07A7FD. Grayscale: #7E7E7E. Windows color (decimal): -501758 or 153848. OLE color: 153848.
HSL color Cylindrical-coordinate representation of color #F85802: hue angle of 20.98º 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 #F85802 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.03 |
| HSL | 20.98º | 0.98% | 0.49% | - |
| HSV(B) | 20.98º | 0.99% | 0.97% | - |
| XYZ | 42.21 | 26.94 | 3.03 | - |
| YUV | 126.04 | 58.01 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 2 | 0 | 0.65 | 0.99 | 0.03 | 20.98 | 0.98 | 0.49 |
| Hex | F8 | 58 | 2 | 0 | 41 | 63 | 3 | 15 | 62 | 31 |
| Octal | 370 | 130 | 2 | 0 | 101 | 143 | 3 | 25 | 142 | 61 |
| Binary | 11111000 | 1011000 | 10 | 0 | 1000001 | 1100011 | 11 | 10101 | 1100010 | 110001 |
Color Harmonies of #F85802
Complementary color
Monochromatic Colors of #F85802
Black with #F85802
Text Example
Text Example
White with #F85802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85802; }
p { color: rgb(248,88,2); }
H1.HeaderClassName
{
color: #F85802;
}
.AnyTagClassName
{
color: #F85802;
}
</style>
background-color css
<style>
a { background-color: #F85802; }
a { background-color: rgb(248,88,2); }
div.DivClassName
{
background-color: #F85802;
}
.BgClassName
{
background-color: #F85802;
}
</style>
border-color css
<style>
span { border-color: #F85802; }
span { border-color: rgb(248,88,2); }
td.TdClassName
{
border-color: #F85802;
}
.TagClassName
{
border-color: #F85802;
}
</style>