Html Css Color HEX #F65511 International Orange
📋 copy color: '#F65511'red 246 ◦ green 85 ◦ blue 17
Shades of International Orange #F65511
Tints of International Orange #F65511
RGB
CMYK
RGB Variations
Color information
#F65511 (or 0xF65511) is known color: International Orange. HEX triplet: F6, 55 and 11. RGB value is (246,85,17). Sum of RGB (Red+Green+Blue) = 246+85+17=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F65511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65511 is #09AAEE. Grayscale: #7D7D7D. Windows color (decimal): -633583 or 1136118. OLE color: 1136118.
HSL color Cylindrical-coordinate representation of color #F65511: hue angle of 17.82º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F65511 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.04 |
| HSL | 17.82º | 0.93% | 0.52% | - |
| HSV(B) | 17.82º | 0.93% | 0.96% | - |
| XYZ | 41.36 | 26.13 | 3.39 | - |
| YUV | 125.39 | 66.84 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 17 | 0 | 0.65 | 0.93 | 0.04 | 17.82 | 0.93 | 0.52 |
| Hex | F6 | 55 | 11 | 0 | 41 | 5D | 4 | 12 | 5D | 34 |
| Octal | 366 | 125 | 21 | 0 | 101 | 135 | 4 | 22 | 135 | 64 |
| Binary | 11110110 | 1010101 | 10001 | 0 | 1000001 | 1011101 | 100 | 10010 | 1011101 | 110100 |
Color Harmonies of #F65511
Complementary color
Monochromatic Colors of #F65511
Black with #F65511
Text Example
Text Example
White with #F65511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65511; }
p { color: rgb(246,85,17); }
H1.HeaderClassName
{
color: #F65511;
}
.AnyTagClassName
{
color: #F65511;
}
</style>
background-color css
<style>
a { background-color: #F65511; }
a { background-color: rgb(246,85,17); }
div.DivClassName
{
background-color: #F65511;
}
.BgClassName
{
background-color: #F65511;
}
</style>
border-color css
<style>
span { border-color: #F65511; }
span { border-color: rgb(246,85,17); }
td.TdClassName
{
border-color: #F65511;
}
.TagClassName
{
border-color: #F65511;
}
</style>