Html Css Color HEX #F65118 International Orange
📋 copy color: '#F65118'red 246 ◦ green 81 ◦ blue 24
Shades of International Orange #F65118
Tints of International Orange #F65118
RGB
CMYK
RGB Variations
Color information
#F65118 (or 0xF65118) is known color: International Orange. HEX triplet: F6, 51 and 18. RGB value is (246,81,24). Sum of RGB (Red+Green+Blue) = 246+81+24=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F65118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65118 is #09AEE7. Grayscale: #7C7C7C. Windows color (decimal): -634600 or 1593846. OLE color: 1593846.
HSL color Cylindrical-coordinate representation of color #F65118: hue angle of 15.41º degrees, saturation: 0.93, 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 #F65118 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.04 |
| HSL | 15.41º | 0.93% | 0.53% | - |
| HSV(B) | 15.41º | 0.9% | 0.96% | - |
| XYZ | 41.11 | 25.54 | 3.63 | - |
| YUV | 123.84 | 71.66 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 24 | 0 | 0.67 | 0.90 | 0.04 | 15.41 | 0.93 | 0.53 |
| Hex | F6 | 51 | 18 | 0 | 43 | 5A | 4 | F | 5C | 35 |
| Octal | 366 | 121 | 30 | 0 | 103 | 132 | 4 | 17 | 134 | 65 |
| Binary | 11110110 | 1010001 | 11000 | 0 | 1000011 | 1011010 | 100 | 1111 | 1011100 | 110101 |
Color Harmonies of #F65118
Complementary color
Monochromatic Colors of #F65118
Black with #F65118
Text Example
Text Example
White with #F65118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65118; }
p { color: rgb(246,81,24); }
H1.HeaderClassName
{
color: #F65118;
}
.AnyTagClassName
{
color: #F65118;
}
</style>
background-color css
<style>
a { background-color: #F65118; }
a { background-color: rgb(246,81,24); }
div.DivClassName
{
background-color: #F65118;
}
.BgClassName
{
background-color: #F65118;
}
</style>
border-color css
<style>
span { border-color: #F65118; }
span { border-color: rgb(246,81,24); }
td.TdClassName
{
border-color: #F65118;
}
.TagClassName
{
border-color: #F65118;
}
</style>