Html Css Color HEX #F65717 International Orange
📋 copy color: '#F65717'red 246 ◦ green 87 ◦ blue 23
Shades of International Orange #F65717
Tints of International Orange #F65717
RGB
CMYK
RGB Variations
Color information
#F65717 (or 0xF65717) is known color: International Orange. HEX triplet: F6, 57 and 17. RGB value is (246,87,23). Sum of RGB (Red+Green+Blue) = 246+87+23=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F65717 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65717 is #09A8E8. Grayscale: #7F7F7F. Windows color (decimal): -633065 or 1529846. OLE color: 1529846.
HSL color Cylindrical-coordinate representation of color #F65717: hue angle of 17.22º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F65717 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 23 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 17.22º | 0.93% | 0.53% | - |
| HSV(B) | 17.22º | 0.91% | 0.96% | - |
| XYZ | 41.57 | 26.47 | 3.73 | - |
| YUV | 127.25 | 69.18 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 23 | 0 | 0.65 | 0.91 | 0.04 | 17.22 | 0.93 | 0.53 |
| Hex | F6 | 57 | 17 | 0 | 41 | 5B | 4 | 11 | 5D | 35 |
| Octal | 366 | 127 | 27 | 0 | 101 | 133 | 4 | 21 | 135 | 65 |
| Binary | 11110110 | 1010111 | 10111 | 0 | 1000001 | 1011011 | 100 | 10001 | 1011101 | 110101 |
Color Harmonies of #F65717
Complementary color
Monochromatic Colors of #F65717
Black with #F65717
Text Example
Text Example
White with #F65717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65717; }
p { color: rgb(246,87,23); }
H1.HeaderClassName
{
color: #F65717;
}
.AnyTagClassName
{
color: #F65717;
}
</style>
background-color css
<style>
a { background-color: #F65717; }
a { background-color: rgb(246,87,23); }
div.DivClassName
{
background-color: #F65717;
}
.BgClassName
{
background-color: #F65717;
}
</style>
border-color css
<style>
span { border-color: #F65717; }
span { border-color: rgb(246,87,23); }
td.TdClassName
{
border-color: #F65717;
}
.TagClassName
{
border-color: #F65717;
}
</style>