Html Css Color HEX #F85118 International Orange
📋 copy color: '#F85118'red 248 ◦ green 81 ◦ blue 24
Shades of International Orange #F85118
Tints of International Orange #F85118
RGB
CMYK
RGB Variations
Color information
#F85118 (or 0xF85118) is known color: International Orange. HEX triplet: F8, 51 and 18. RGB value is (248,81,24). Sum of RGB (Red+Green+Blue) = 248+81+24=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85118 is #07AEE7. Grayscale: #7C7C7C. Windows color (decimal): -503528 or 1593848. OLE color: 1593848.
HSL color Cylindrical-coordinate representation of color #F85118: hue angle of 15.27º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F85118 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.03 |
| HSL | 15.27º | 0.94% | 0.53% | - |
| HSV(B) | 15.27º | 0.9% | 0.97% | - |
| XYZ | 41.82 | 25.91 | 3.66 | - |
| YUV | 124.44 | 71.33 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 24 | 0 | 0.67 | 0.90 | 0.03 | 15.27 | 0.94 | 0.53 |
| Hex | F8 | 51 | 18 | 0 | 43 | 5A | 3 | F | 5E | 35 |
| Octal | 370 | 121 | 30 | 0 | 103 | 132 | 3 | 17 | 136 | 65 |
| Binary | 11111000 | 1010001 | 11000 | 0 | 1000011 | 1011010 | 11 | 1111 | 1011110 | 110101 |
Color Harmonies of #F85118
Complementary color
Monochromatic Colors of #F85118
Black with #F85118
Text Example
Text Example
White with #F85118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85118; }
p { color: rgb(248,81,24); }
H1.HeaderClassName
{
color: #F85118;
}
.AnyTagClassName
{
color: #F85118;
}
</style>
background-color css
<style>
a { background-color: #F85118; }
a { background-color: rgb(248,81,24); }
div.DivClassName
{
background-color: #F85118;
}
.BgClassName
{
background-color: #F85118;
}
</style>
border-color css
<style>
span { border-color: #F85118; }
span { border-color: rgb(248,81,24); }
td.TdClassName
{
border-color: #F85118;
}
.TagClassName
{
border-color: #F85118;
}
</style>