Html Css Color HEX #F65119 International Orange
📋 copy color: '#F65119'red 246 ◦ green 81 ◦ blue 25
Shades of International Orange #F65119
Tints of International Orange #F65119
RGB
CMYK
RGB Variations
Color information
#F65119 (or 0xF65119) is known color: International Orange. HEX triplet: F6, 51 and 19. RGB value is (246,81,25). Sum of RGB (Red+Green+Blue) = 246+81+25=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65119 is #09AEE6. Grayscale: #7C7C7C. Windows color (decimal): -634599 or 1659382. OLE color: 1659382.
HSL color Cylindrical-coordinate representation of color #F65119: hue angle of 15.2º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F65119 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 25 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.04 |
| HSL | 15.2º | 0.92% | 0.53% | - |
| HSV(B) | 15.2º | 0.9% | 0.96% | - |
| XYZ | 41.12 | 25.55 | 3.68 | - |
| YUV | 123.95 | 72.16 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 25 | 0 | 0.67 | 0.90 | 0.04 | 15.2 | 0.92 | 0.53 |
| Hex | F6 | 51 | 19 | 0 | 43 | 5A | 4 | F | 5C | 35 |
| Octal | 366 | 121 | 31 | 0 | 103 | 132 | 4 | 17 | 134 | 65 |
| Binary | 11110110 | 1010001 | 11001 | 0 | 1000011 | 1011010 | 100 | 1111 | 1011100 | 110101 |
Color Harmonies of #F65119
Complementary color
Monochromatic Colors of #F65119
Black with #F65119
Text Example
Text Example
White with #F65119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65119; }
p { color: rgb(246,81,25); }
H1.HeaderClassName
{
color: #F65119;
}
.AnyTagClassName
{
color: #F65119;
}
</style>
background-color css
<style>
a { background-color: #F65119; }
a { background-color: rgb(246,81,25); }
div.DivClassName
{
background-color: #F65119;
}
.BgClassName
{
background-color: #F65119;
}
</style>
border-color css
<style>
span { border-color: #F65119; }
span { border-color: rgb(246,81,25); }
td.TdClassName
{
border-color: #F65119;
}
.TagClassName
{
border-color: #F65119;
}
</style>