Html Css Color HEX #F85211 International Orange
📋 copy color: '#F85211'red 248 ◦ green 82 ◦ blue 17
Shades of International Orange #F85211
Tints of International Orange #F85211
RGB
CMYK
RGB Variations
Color information
#F85211 (or 0xF85211) is known color: International Orange. HEX triplet: F8, 52 and 11. RGB value is (248,82,17). Sum of RGB (Red+Green+Blue) = 248+82+17=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F85211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85211 is #07ADEE. Grayscale: #7C7C7C. Windows color (decimal): -503279 or 1135352. OLE color: 1135352.
HSL color Cylindrical-coordinate representation of color #F85211: hue angle of 16.88º 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 #F85211 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.03 |
| HSL | 16.88º | 0.94% | 0.52% | - |
| HSV(B) | 16.88º | 0.93% | 0.97% | - |
| XYZ | 41.83 | 26.03 | 3.35 | - |
| YUV | 124.22 | 67.5 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 17 | 0 | 0.67 | 0.93 | 0.03 | 16.88 | 0.94 | 0.52 |
| Hex | F8 | 52 | 11 | 0 | 43 | 5D | 3 | 11 | 5E | 34 |
| Octal | 370 | 122 | 21 | 0 | 103 | 135 | 3 | 21 | 136 | 64 |
| Binary | 11111000 | 1010010 | 10001 | 0 | 1000011 | 1011101 | 11 | 10001 | 1011110 | 110100 |
Color Harmonies of #F85211
Complementary color
Monochromatic Colors of #F85211
Black with #F85211
Text Example
Text Example
White with #F85211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85211; }
p { color: rgb(248,82,17); }
H1.HeaderClassName
{
color: #F85211;
}
.AnyTagClassName
{
color: #F85211;
}
</style>
background-color css
<style>
a { background-color: #F85211; }
a { background-color: rgb(248,82,17); }
div.DivClassName
{
background-color: #F85211;
}
.BgClassName
{
background-color: #F85211;
}
</style>
border-color css
<style>
span { border-color: #F85211; }
span { border-color: rgb(248,82,17); }
td.TdClassName
{
border-color: #F85211;
}
.TagClassName
{
border-color: #F85211;
}
</style>