Html Css Color HEX #F65514 International Orange
📋 copy color: '#F65514'red 246 ◦ green 85 ◦ blue 20
Shades of International Orange #F65514
Tints of International Orange #F65514
RGB
CMYK
RGB Variations
Color information
#F65514 (or 0xF65514) is known color: International Orange. HEX triplet: F6, 55 and 14. RGB value is (246,85,20). Sum of RGB (Red+Green+Blue) = 246+85+20=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F65514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65514 is #09AAEB. Grayscale: #7E7E7E. Windows color (decimal): -633580 or 1332726. OLE color: 1332726.
HSL color Cylindrical-coordinate representation of color #F65514: hue angle of 17.26º 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 #F65514 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.04 |
| HSL | 17.26º | 0.93% | 0.52% | - |
| HSV(B) | 17.26º | 0.92% | 0.96% | - |
| XYZ | 41.38 | 26.14 | 3.53 | - |
| YUV | 125.73 | 68.34 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 20 | 0 | 0.65 | 0.92 | 0.04 | 17.26 | 0.93 | 0.52 |
| Hex | F6 | 55 | 14 | 0 | 41 | 5C | 4 | 11 | 5D | 34 |
| Octal | 366 | 125 | 24 | 0 | 101 | 134 | 4 | 21 | 135 | 64 |
| Binary | 11110110 | 1010101 | 10100 | 0 | 1000001 | 1011100 | 100 | 10001 | 1011101 | 110100 |
Color Harmonies of #F65514
Complementary color
Monochromatic Colors of #F65514
Black with #F65514
Text Example
Text Example
White with #F65514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65514; }
p { color: rgb(246,85,20); }
H1.HeaderClassName
{
color: #F65514;
}
.AnyTagClassName
{
color: #F65514;
}
</style>
background-color css
<style>
a { background-color: #F65514; }
a { background-color: rgb(246,85,20); }
div.DivClassName
{
background-color: #F65514;
}
.BgClassName
{
background-color: #F65514;
}
</style>
border-color css
<style>
span { border-color: #F65514; }
span { border-color: rgb(246,85,20); }
td.TdClassName
{
border-color: #F65514;
}
.TagClassName
{
border-color: #F65514;
}
</style>