Html Css Color HEX #F65014 International Orange
📋 copy color: '#F65014'red 246 ◦ green 80 ◦ blue 20
Shades of International Orange #F65014
Tints of International Orange #F65014
RGB
CMYK
RGB Variations
Color information
#F65014 (or 0xF65014) is known color: International Orange. HEX triplet: F6, 50 and 14. RGB value is (246,80,20). Sum of RGB (Red+Green+Blue) = 246+80+20=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F65014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65014 is #09AFEB. Grayscale: #7B7B7B. Windows color (decimal): -634860 or 1331446. OLE color: 1331446.
HSL color Cylindrical-coordinate representation of color #F65014: hue angle of 15.93º 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 #F65014 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 20 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.04 |
| HSL | 15.93º | 0.93% | 0.52% | - |
| HSV(B) | 15.93º | 0.92% | 0.96% | - |
| XYZ | 41 | 25.38 | 3.4 | - |
| YUV | 122.79 | 70 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 20 | 0 | 0.67 | 0.92 | 0.04 | 15.93 | 0.93 | 0.52 |
| Hex | F6 | 50 | 14 | 0 | 43 | 5C | 4 | 10 | 5D | 34 |
| Octal | 366 | 120 | 24 | 0 | 103 | 134 | 4 | 20 | 135 | 64 |
| Binary | 11110110 | 1010000 | 10100 | 0 | 1000011 | 1011100 | 100 | 10000 | 1011101 | 110100 |
Color Harmonies of #F65014
Complementary color
Monochromatic Colors of #F65014
Black with #F65014
Text Example
Text Example
White with #F65014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65014; }
p { color: rgb(246,80,20); }
H1.HeaderClassName
{
color: #F65014;
}
.AnyTagClassName
{
color: #F65014;
}
</style>
background-color css
<style>
a { background-color: #F65014; }
a { background-color: rgb(246,80,20); }
div.DivClassName
{
background-color: #F65014;
}
.BgClassName
{
background-color: #F65014;
}
</style>
border-color css
<style>
span { border-color: #F65014; }
span { border-color: rgb(246,80,20); }
td.TdClassName
{
border-color: #F65014;
}
.TagClassName
{
border-color: #F65014;
}
</style>