Html Css Color HEX #F85511 International Orange
📋 copy color: '#F85511'red 248 ◦ green 85 ◦ blue 17
Shades of International Orange #F85511
Tints of International Orange #F85511
RGB
CMYK
RGB Variations
Color information
#F85511 (or 0xF85511) is known color: International Orange. HEX triplet: F8, 55 and 11. RGB value is (248,85,17). Sum of RGB (Red+Green+Blue) = 248+85+17=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F85511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85511 is #07AAEE. Grayscale: #7E7E7E. Windows color (decimal): -502511 or 1136120. OLE color: 1136120.
HSL color Cylindrical-coordinate representation of color #F85511: hue angle of 17.66º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F85511 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.03 |
| HSL | 17.66º | 0.94% | 0.52% | - |
| HSV(B) | 17.66º | 0.93% | 0.97% | - |
| XYZ | 42.06 | 26.49 | 3.43 | - |
| YUV | 125.99 | 66.5 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 17 | 0 | 0.66 | 0.93 | 0.03 | 17.66 | 0.94 | 0.52 |
| Hex | F8 | 55 | 11 | 0 | 42 | 5D | 3 | 12 | 5E | 34 |
| Octal | 370 | 125 | 21 | 0 | 102 | 135 | 3 | 22 | 136 | 64 |
| Binary | 11111000 | 1010101 | 10001 | 0 | 1000010 | 1011101 | 11 | 10010 | 1011110 | 110100 |
Color Harmonies of #F85511
Complementary color
Monochromatic Colors of #F85511
Black with #F85511
Text Example
Text Example
White with #F85511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85511; }
p { color: rgb(248,85,17); }
H1.HeaderClassName
{
color: #F85511;
}
.AnyTagClassName
{
color: #F85511;
}
</style>
background-color css
<style>
a { background-color: #F85511; }
a { background-color: rgb(248,85,17); }
div.DivClassName
{
background-color: #F85511;
}
.BgClassName
{
background-color: #F85511;
}
</style>
border-color css
<style>
span { border-color: #F85511; }
span { border-color: rgb(248,85,17); }
td.TdClassName
{
border-color: #F85511;
}
.TagClassName
{
border-color: #F85511;
}
</style>