Shades of International Orange #F85502
Tints of International Orange #F85502
RGB
CMYK
RGB Variations
Color information
#F85502 (or 0xF85502) is known color: International Orange. HEX triplet: F8, 55 and 02. RGB value is (248,85,2). Sum of RGB (Red+Green+Blue) = 248+85+2=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F85502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85502 is #07AAFD. Grayscale: #7C7C7C. Windows color (decimal): -502526 or 153080. OLE color: 153080.
HSL color Cylindrical-coordinate representation of color #F85502: hue angle of 20.24º 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 #F85502 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.03 |
| HSL | 20.24º | 0.98% | 0.49% | - |
| HSV(B) | 20.24º | 0.99% | 0.97% | - |
| XYZ | 41.97 | 26.46 | 2.95 | - |
| YUV | 124.28 | 59 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 2 | 0 | 0.66 | 0.99 | 0.03 | 20.24 | 0.98 | 0.49 |
| Hex | F8 | 55 | 2 | 0 | 42 | 63 | 3 | 14 | 62 | 31 |
| Octal | 370 | 125 | 2 | 0 | 102 | 143 | 3 | 24 | 142 | 61 |
| Binary | 11111000 | 1010101 | 10 | 0 | 1000010 | 1100011 | 11 | 10100 | 1100010 | 110001 |
Color Harmonies of #F85502
Complementary color
Monochromatic Colors of #F85502
Black with #F85502
Text Example
Text Example
White with #F85502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85502; }
p { color: rgb(248,85,2); }
H1.HeaderClassName
{
color: #F85502;
}
.AnyTagClassName
{
color: #F85502;
}
</style>
background-color css
<style>
a { background-color: #F85502; }
a { background-color: rgb(248,85,2); }
div.DivClassName
{
background-color: #F85502;
}
.BgClassName
{
background-color: #F85502;
}
</style>
border-color css
<style>
span { border-color: #F85502; }
span { border-color: rgb(248,85,2); }
td.TdClassName
{
border-color: #F85502;
}
.TagClassName
{
border-color: #F85502;
}
</style>