Html Css Color HEX #F65614 International Orange
📋 copy color: '#F65614'red 246 ◦ green 86 ◦ blue 20
Shades of International Orange #F65614
Tints of International Orange #F65614
RGB
CMYK
RGB Variations
Color information
#F65614 (or 0xF65614) is known color: International Orange. HEX triplet: F6, 56 and 14. RGB value is (246,86,20). Sum of RGB (Red+Green+Blue) = 246+86+20=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65614 is #09A9EB. Grayscale: #7E7E7E. Windows color (decimal): -633324 or 1332982. OLE color: 1332982.
HSL color Cylindrical-coordinate representation of color #F65614: hue angle of 17.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F65614 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.04 |
| HSL | 17.52º | 0.93% | 0.52% | - |
| HSV(B) | 17.52º | 0.92% | 0.96% | - |
| XYZ | 41.46 | 26.3 | 3.55 | - |
| YUV | 126.32 | 68.01 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 20 | 0 | 0.65 | 0.92 | 0.04 | 17.52 | 0.93 | 0.52 |
| Hex | F6 | 56 | 14 | 0 | 41 | 5C | 4 | 12 | 5D | 34 |
| Octal | 366 | 126 | 24 | 0 | 101 | 134 | 4 | 22 | 135 | 64 |
| Binary | 11110110 | 1010110 | 10100 | 0 | 1000001 | 1011100 | 100 | 10010 | 1011101 | 110100 |
Color Harmonies of #F65614
Complementary color
Monochromatic Colors of #F65614
Black with #F65614
Text Example
Text Example
White with #F65614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65614; }
p { color: rgb(246,86,20); }
H1.HeaderClassName
{
color: #F65614;
}
.AnyTagClassName
{
color: #F65614;
}
</style>
background-color css
<style>
a { background-color: #F65614; }
a { background-color: rgb(246,86,20); }
div.DivClassName
{
background-color: #F65614;
}
.BgClassName
{
background-color: #F65614;
}
</style>
border-color css
<style>
span { border-color: #F65614; }
span { border-color: rgb(246,86,20); }
td.TdClassName
{
border-color: #F65614;
}
.TagClassName
{
border-color: #F65614;
}
</style>