Html Css Color HEX #F65517 International Orange
📋 copy color: '#F65517'red 246 ◦ green 85 ◦ blue 23
Shades of International Orange #F65517
Tints of International Orange #F65517
RGB
CMYK
RGB Variations
Color information
#F65517 (or 0xF65517) is known color: International Orange. HEX triplet: F6, 55 and 17. RGB value is (246,85,23). Sum of RGB (Red+Green+Blue) = 246+85+23=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65517 is #09AAE8. Grayscale: #7E7E7E. Windows color (decimal): -633577 or 1529334. OLE color: 1529334.
HSL color Cylindrical-coordinate representation of color #F65517: hue angle of 16.68º 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 #F65517 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 23 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 16.68º | 0.93% | 0.53% | - |
| HSV(B) | 16.68º | 0.91% | 0.96% | - |
| XYZ | 41.41 | 26.15 | 3.68 | - |
| YUV | 126.07 | 69.84 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 23 | 0 | 0.65 | 0.91 | 0.04 | 16.68 | 0.93 | 0.53 |
| Hex | F6 | 55 | 17 | 0 | 41 | 5B | 4 | 11 | 5D | 35 |
| Octal | 366 | 125 | 27 | 0 | 101 | 133 | 4 | 21 | 135 | 65 |
| Binary | 11110110 | 1010101 | 10111 | 0 | 1000001 | 1011011 | 100 | 10001 | 1011101 | 110101 |
Color Harmonies of #F65517
Complementary color
Monochromatic Colors of #F65517
Black with #F65517
Text Example
Text Example
White with #F65517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65517; }
p { color: rgb(246,85,23); }
H1.HeaderClassName
{
color: #F65517;
}
.AnyTagClassName
{
color: #F65517;
}
</style>
background-color css
<style>
a { background-color: #F65517; }
a { background-color: rgb(246,85,23); }
div.DivClassName
{
background-color: #F65517;
}
.BgClassName
{
background-color: #F65517;
}
</style>
border-color css
<style>
span { border-color: #F65517; }
span { border-color: rgb(246,85,23); }
td.TdClassName
{
border-color: #F65517;
}
.TagClassName
{
border-color: #F65517;
}
</style>