Html Css Color HEX #F85510 International Orange
📋 copy color: '#F85510'red 248 ◦ green 85 ◦ blue 16
Shades of International Orange #F85510
Tints of International Orange #F85510
RGB
CMYK
RGB Variations
Color information
#F85510 (or 0xF85510) is known color: International Orange. HEX triplet: F8, 55 and 10. RGB value is (248,85,16). Sum of RGB (Red+Green+Blue) = 248+85+16=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F85510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85510 is #07AAEF. Grayscale: #7E7E7E. Windows color (decimal): -502512 or 1070584. OLE color: 1070584.
HSL color Cylindrical-coordinate representation of color #F85510: hue angle of 17.84º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F85510 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 16 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.03 |
| HSL | 17.84º | 0.94% | 0.52% | - |
| HSV(B) | 17.84º | 0.94% | 0.97% | - |
| XYZ | 42.05 | 26.49 | 3.39 | - |
| YUV | 125.87 | 66 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 16 | 0 | 0.66 | 0.94 | 0.03 | 17.84 | 0.94 | 0.52 |
| Hex | F8 | 55 | 10 | 0 | 42 | 5E | 3 | 12 | 5E | 34 |
| Octal | 370 | 125 | 20 | 0 | 102 | 136 | 3 | 22 | 136 | 64 |
| Binary | 11111000 | 1010101 | 10000 | 0 | 1000010 | 1011110 | 11 | 10010 | 1011110 | 110100 |
Color Harmonies of #F85510
Complementary color
Monochromatic Colors of #F85510
Black with #F85510
Text Example
Text Example
White with #F85510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85510; }
p { color: rgb(248,85,16); }
H1.HeaderClassName
{
color: #F85510;
}
.AnyTagClassName
{
color: #F85510;
}
</style>
background-color css
<style>
a { background-color: #F85510; }
a { background-color: rgb(248,85,16); }
div.DivClassName
{
background-color: #F85510;
}
.BgClassName
{
background-color: #F85510;
}
</style>
border-color css
<style>
span { border-color: #F85510; }
span { border-color: rgb(248,85,16); }
td.TdClassName
{
border-color: #F85510;
}
.TagClassName
{
border-color: #F85510;
}
</style>