Html Css Color HEX #F65117 International Orange
📋 copy color: '#F65117'red 246 ◦ green 81 ◦ blue 23
Shades of International Orange #F65117
Tints of International Orange #F65117
RGB
CMYK
RGB Variations
Color information
#F65117 (or 0xF65117) is known color: International Orange. HEX triplet: F6, 51 and 17. RGB value is (246,81,23). Sum of RGB (Red+Green+Blue) = 246+81+23=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F65117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65117 is #09AEE8. Grayscale: #7C7C7C. Windows color (decimal): -634601 or 1528310. OLE color: 1528310.
HSL color Cylindrical-coordinate representation of color #F65117: hue angle of 15.61º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F65117 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 23 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.04 |
| HSL | 15.61º | 0.93% | 0.53% | - |
| HSV(B) | 15.61º | 0.91% | 0.96% | - |
| XYZ | 41.1 | 25.54 | 3.57 | - |
| YUV | 123.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 23 | 0 | 0.67 | 0.91 | 0.04 | 15.61 | 0.93 | 0.53 |
| Hex | F6 | 51 | 17 | 0 | 43 | 5B | 4 | 10 | 5D | 35 |
| Octal | 366 | 121 | 27 | 0 | 103 | 133 | 4 | 20 | 135 | 65 |
| Binary | 11110110 | 1010001 | 10111 | 0 | 1000011 | 1011011 | 100 | 10000 | 1011101 | 110101 |
Color Harmonies of #F65117
Complementary color
Monochromatic Colors of #F65117
Black with #F65117
Text Example
Text Example
White with #F65117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65117; }
p { color: rgb(246,81,23); }
H1.HeaderClassName
{
color: #F65117;
}
.AnyTagClassName
{
color: #F65117;
}
</style>
background-color css
<style>
a { background-color: #F65117; }
a { background-color: rgb(246,81,23); }
div.DivClassName
{
background-color: #F65117;
}
.BgClassName
{
background-color: #F65117;
}
</style>
border-color css
<style>
span { border-color: #F65117; }
span { border-color: rgb(246,81,23); }
td.TdClassName
{
border-color: #F65117;
}
.TagClassName
{
border-color: #F65117;
}
</style>