Html Css Color HEX #F65110 International Orange
📋 copy color: '#F65110'red 246 ◦ green 81 ◦ blue 16
Shades of International Orange #F65110
Tints of International Orange #F65110
RGB
CMYK
RGB Variations
Color information
#F65110 (or 0xF65110) is known color: International Orange. HEX triplet: F6, 51 and 10. RGB value is (246,81,16). Sum of RGB (Red+Green+Blue) = 246+81+16=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F65110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65110 is #09AEEF. Grayscale: #7B7B7B. Windows color (decimal): -634608 or 1069558. OLE color: 1069558.
HSL color Cylindrical-coordinate representation of color #F65110: hue angle of 16.96º degrees, saturation: 0.93, 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 #F65110 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.04 |
| HSL | 16.96º | 0.93% | 0.51% | - |
| HSV(B) | 16.96º | 0.93% | 0.96% | - |
| XYZ | 41.04 | 25.52 | 3.25 | - |
| YUV | 122.93 | 67.66 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 16 | 0 | 0.67 | 0.93 | 0.04 | 16.96 | 0.93 | 0.51 |
| Hex | F6 | 51 | 10 | 0 | 43 | 5D | 4 | 11 | 5D | 33 |
| Octal | 366 | 121 | 20 | 0 | 103 | 135 | 4 | 21 | 135 | 63 |
| Binary | 11110110 | 1010001 | 10000 | 0 | 1000011 | 1011101 | 100 | 10001 | 1011101 | 110011 |
Color Harmonies of #F65110
Complementary color
Monochromatic Colors of #F65110
Black with #F65110
Text Example
Text Example
White with #F65110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65110; }
p { color: rgb(246,81,16); }
H1.HeaderClassName
{
color: #F65110;
}
.AnyTagClassName
{
color: #F65110;
}
</style>
background-color css
<style>
a { background-color: #F65110; }
a { background-color: rgb(246,81,16); }
div.DivClassName
{
background-color: #F65110;
}
.BgClassName
{
background-color: #F65110;
}
</style>
border-color css
<style>
span { border-color: #F65110; }
span { border-color: rgb(246,81,16); }
td.TdClassName
{
border-color: #F65110;
}
.TagClassName
{
border-color: #F65110;
}
</style>