Html Css Color HEX #F85111 International Orange
📋 copy color: '#F85111'red 248 ◦ green 81 ◦ blue 17
Shades of International Orange #F85111
Tints of International Orange #F85111
RGB
CMYK
RGB Variations
Color information
#F85111 (or 0xF85111) is known color: International Orange. HEX triplet: F8, 51 and 11. RGB value is (248,81,17). Sum of RGB (Red+Green+Blue) = 248+81+17=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F85111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85111 is #07AEEE. Grayscale: #7C7C7C. Windows color (decimal): -503535 or 1135096. OLE color: 1135096.
HSL color Cylindrical-coordinate representation of color #F85111: hue angle of 16.62º 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 #F85111 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.03 |
| HSL | 16.62º | 0.94% | 0.52% | - |
| HSV(B) | 16.62º | 0.93% | 0.97% | - |
| XYZ | 41.76 | 25.88 | 3.33 | - |
| YUV | 123.64 | 67.83 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 17 | 0 | 0.67 | 0.93 | 0.03 | 16.62 | 0.94 | 0.52 |
| Hex | F8 | 51 | 11 | 0 | 43 | 5D | 3 | 11 | 5E | 34 |
| Octal | 370 | 121 | 21 | 0 | 103 | 135 | 3 | 21 | 136 | 64 |
| Binary | 11111000 | 1010001 | 10001 | 0 | 1000011 | 1011101 | 11 | 10001 | 1011110 | 110100 |
Color Harmonies of #F85111
Complementary color
Monochromatic Colors of #F85111
Black with #F85111
Text Example
Text Example
White with #F85111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85111; }
p { color: rgb(248,81,17); }
H1.HeaderClassName
{
color: #F85111;
}
.AnyTagClassName
{
color: #F85111;
}
</style>
background-color css
<style>
a { background-color: #F85111; }
a { background-color: rgb(248,81,17); }
div.DivClassName
{
background-color: #F85111;
}
.BgClassName
{
background-color: #F85111;
}
</style>
border-color css
<style>
span { border-color: #F85111; }
span { border-color: rgb(248,81,17); }
td.TdClassName
{
border-color: #F85111;
}
.TagClassName
{
border-color: #F85111;
}
</style>