Html Css Color HEX #F85010 International Orange
📋 copy color: '#F85010'red 248 ◦ green 80 ◦ blue 16
Shades of International Orange #F85010
Tints of International Orange #F85010
RGB
CMYK
RGB Variations
Color information
#F85010 (or 0xF85010) is known color: International Orange. HEX triplet: F8, 50 and 10. RGB value is (248,80,16). Sum of RGB (Red+Green+Blue) = 248+80+16=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F85010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85010 is #07AFEF. Grayscale: #7B7B7B. Windows color (decimal): -503792 or 1069304. OLE color: 1069304.
HSL color Cylindrical-coordinate representation of color #F85010: hue angle of 16.55º 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 #F85010 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 16 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.03 |
| HSL | 16.55º | 0.94% | 0.52% | - |
| HSV(B) | 16.55º | 0.94% | 0.97% | - |
| XYZ | 41.67 | 25.73 | 3.26 | - |
| YUV | 122.94 | 67.66 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 16 | 0 | 0.68 | 0.94 | 0.03 | 16.55 | 0.94 | 0.52 |
| Hex | F8 | 50 | 10 | 0 | 44 | 5E | 3 | 11 | 5E | 34 |
| Octal | 370 | 120 | 20 | 0 | 104 | 136 | 3 | 21 | 136 | 64 |
| Binary | 11111000 | 1010000 | 10000 | 0 | 1000100 | 1011110 | 11 | 10001 | 1011110 | 110100 |
Color Harmonies of #F85010
Complementary color
Monochromatic Colors of #F85010
Black with #F85010
Text Example
Text Example
White with #F85010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85010; }
p { color: rgb(248,80,16); }
H1.HeaderClassName
{
color: #F85010;
}
.AnyTagClassName
{
color: #F85010;
}
</style>
background-color css
<style>
a { background-color: #F85010; }
a { background-color: rgb(248,80,16); }
div.DivClassName
{
background-color: #F85010;
}
.BgClassName
{
background-color: #F85010;
}
</style>
border-color css
<style>
span { border-color: #F85010; }
span { border-color: rgb(248,80,16); }
td.TdClassName
{
border-color: #F85010;
}
.TagClassName
{
border-color: #F85010;
}
</style>