Html Css Color HEX #F55010 International Orange
📋 copy color: '#F55010'red 245 ◦ green 80 ◦ blue 16
Shades of International Orange #F55010
Tints of International Orange #F55010
RGB
CMYK
RGB Variations
Color information
#F55010 (or 0xF55010) is known color: International Orange. HEX triplet: F5, 50 and 10. RGB value is (245,80,16). Sum of RGB (Red+Green+Blue) = 245+80+16=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F55010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55010 is #0AAFEF. Grayscale: #7A7A7A. Windows color (decimal): -700400 or 1069301. OLE color: 1069301.
HSL color Cylindrical-coordinate representation of color #F55010: hue angle of 16.77º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F55010 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.04 |
| HSL | 16.77º | 0.92% | 0.51% | - |
| HSV(B) | 16.77º | 0.93% | 0.96% | - |
| XYZ | 40.62 | 25.19 | 3.21 | - |
| YUV | 122.04 | 68.16 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 16 | 0 | 0.67 | 0.93 | 0.04 | 16.77 | 0.92 | 0.51 |
| Hex | F5 | 50 | 10 | 0 | 43 | 5D | 4 | 11 | 5C | 33 |
| Octal | 365 | 120 | 20 | 0 | 103 | 135 | 4 | 21 | 134 | 63 |
| Binary | 11110101 | 1010000 | 10000 | 0 | 1000011 | 1011101 | 100 | 10001 | 1011100 | 110011 |
Color Harmonies of #F55010
Complementary color
Monochromatic Colors of #F55010
Black with #F55010
Text Example
Text Example
White with #F55010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55010; }
p { color: rgb(245,80,16); }
H1.HeaderClassName
{
color: #F55010;
}
.AnyTagClassName
{
color: #F55010;
}
</style>
background-color css
<style>
a { background-color: #F55010; }
a { background-color: rgb(245,80,16); }
div.DivClassName
{
background-color: #F55010;
}
.BgClassName
{
background-color: #F55010;
}
</style>
border-color css
<style>
span { border-color: #F55010; }
span { border-color: rgb(245,80,16); }
td.TdClassName
{
border-color: #F55010;
}
.TagClassName
{
border-color: #F55010;
}
</style>