Html Css Color HEX #F65010 International Orange
📋 copy color: '#F65010'red 246 ◦ green 80 ◦ blue 16
Shades of International Orange #F65010
Tints of International Orange #F65010
RGB
CMYK
RGB Variations
Color information
#F65010 (or 0xF65010) is known color: International Orange. HEX triplet: F6, 50 and 10. RGB value is (246,80,16). Sum of RGB (Red+Green+Blue) = 246+80+16=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F65010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65010 is #09AFEF. Grayscale: #7A7A7A. Windows color (decimal): -634864 or 1069302. OLE color: 1069302.
HSL color Cylindrical-coordinate representation of color #F65010: hue angle of 16.7º 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 #F65010 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.04 |
| HSL | 16.7º | 0.93% | 0.51% | - |
| HSV(B) | 16.7º | 0.93% | 0.96% | - |
| XYZ | 40.97 | 25.37 | 3.23 | - |
| YUV | 122.34 | 68 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 16 | 0 | 0.67 | 0.93 | 0.04 | 16.7 | 0.93 | 0.51 |
| Hex | F6 | 50 | 10 | 0 | 43 | 5D | 4 | 11 | 5D | 33 |
| Octal | 366 | 120 | 20 | 0 | 103 | 135 | 4 | 21 | 135 | 63 |
| Binary | 11110110 | 1010000 | 10000 | 0 | 1000011 | 1011101 | 100 | 10001 | 1011101 | 110011 |
Color Harmonies of #F65010
Complementary color
Monochromatic Colors of #F65010
Black with #F65010
Text Example
Text Example
White with #F65010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65010; }
p { color: rgb(246,80,16); }
H1.HeaderClassName
{
color: #F65010;
}
.AnyTagClassName
{
color: #F65010;
}
</style>
background-color css
<style>
a { background-color: #F65010; }
a { background-color: rgb(246,80,16); }
div.DivClassName
{
background-color: #F65010;
}
.BgClassName
{
background-color: #F65010;
}
</style>
border-color css
<style>
span { border-color: #F65010; }
span { border-color: rgb(246,80,16); }
td.TdClassName
{
border-color: #F65010;
}
.TagClassName
{
border-color: #F65010;
}
</style>