Html Css Color HEX #F65410 International Orange
📋 copy color: '#F65410'red 246 ◦ green 84 ◦ blue 16
Shades of International Orange #F65410
Tints of International Orange #F65410
RGB
CMYK
RGB Variations
Color information
#F65410 (or 0xF65410) is known color: International Orange. HEX triplet: F6, 54 and 10. RGB value is (246,84,16). Sum of RGB (Red+Green+Blue) = 246+84+16=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F65410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65410 is #09ABEF. Grayscale: #7D7D7D. Windows color (decimal): -633840 or 1070326. OLE color: 1070326.
HSL color Cylindrical-coordinate representation of color #F65410: hue angle of 17.74º 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 #F65410 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.04 |
| HSL | 17.74º | 0.93% | 0.51% | - |
| HSV(B) | 17.74º | 0.93% | 0.96% | - |
| XYZ | 41.27 | 25.97 | 3.33 | - |
| YUV | 124.69 | 66.67 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 16 | 0 | 0.66 | 0.93 | 0.04 | 17.74 | 0.93 | 0.51 |
| Hex | F6 | 54 | 10 | 0 | 42 | 5D | 4 | 12 | 5D | 33 |
| Octal | 366 | 124 | 20 | 0 | 102 | 135 | 4 | 22 | 135 | 63 |
| Binary | 11110110 | 1010100 | 10000 | 0 | 1000010 | 1011101 | 100 | 10010 | 1011101 | 110011 |
Color Harmonies of #F65410
Complementary color
Monochromatic Colors of #F65410
Black with #F65410
Text Example
Text Example
White with #F65410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65410; }
p { color: rgb(246,84,16); }
H1.HeaderClassName
{
color: #F65410;
}
.AnyTagClassName
{
color: #F65410;
}
</style>
background-color css
<style>
a { background-color: #F65410; }
a { background-color: rgb(246,84,16); }
div.DivClassName
{
background-color: #F65410;
}
.BgClassName
{
background-color: #F65410;
}
</style>
border-color css
<style>
span { border-color: #F65410; }
span { border-color: rgb(246,84,16); }
td.TdClassName
{
border-color: #F65410;
}
.TagClassName
{
border-color: #F65410;
}
</style>