Html Css Color HEX #F65512 International Orange
📋 copy color: '#F65512'red 246 ◦ green 85 ◦ blue 18
Shades of International Orange #F65512
Tints of International Orange #F65512
RGB
CMYK
RGB Variations
Color information
#F65512 (or 0xF65512) is known color: International Orange. HEX triplet: F6, 55 and 12. RGB value is (246,85,18). Sum of RGB (Red+Green+Blue) = 246+85+18=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F65512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65512 is #09AAED. Grayscale: #7D7D7D. Windows color (decimal): -633582 or 1201654. OLE color: 1201654.
HSL color Cylindrical-coordinate representation of color #F65512: hue angle of 17.63º 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 #F65512 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 18 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.04 |
| HSL | 17.63º | 0.93% | 0.52% | - |
| HSV(B) | 17.63º | 0.93% | 0.96% | - |
| XYZ | 41.36 | 26.13 | 3.44 | - |
| YUV | 125.5 | 67.34 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 18 | 0 | 0.65 | 0.93 | 0.04 | 17.63 | 0.93 | 0.52 |
| Hex | F6 | 55 | 12 | 0 | 41 | 5D | 4 | 12 | 5D | 34 |
| Octal | 366 | 125 | 22 | 0 | 101 | 135 | 4 | 22 | 135 | 64 |
| Binary | 11110110 | 1010101 | 10010 | 0 | 1000001 | 1011101 | 100 | 10010 | 1011101 | 110100 |
Color Harmonies of #F65512
Complementary color
Monochromatic Colors of #F65512
Black with #F65512
Text Example
Text Example
White with #F65512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65512; }
p { color: rgb(246,85,18); }
H1.HeaderClassName
{
color: #F65512;
}
.AnyTagClassName
{
color: #F65512;
}
</style>
background-color css
<style>
a { background-color: #F65512; }
a { background-color: rgb(246,85,18); }
div.DivClassName
{
background-color: #F65512;
}
.BgClassName
{
background-color: #F65512;
}
</style>
border-color css
<style>
span { border-color: #F65512; }
span { border-color: rgb(246,85,18); }
td.TdClassName
{
border-color: #F65512;
}
.TagClassName
{
border-color: #F65512;
}
</style>