Shades of International Orange #F65205
Tints of International Orange #F65205
RGB
CMYK
RGB Variations
Color information
#F65205 (or 0xF65205) is known color: International Orange. HEX triplet: F6, 52 and 05. RGB value is (246,82,5). Sum of RGB (Red+Green+Blue) = 246+82+5=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F65205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65205 is #09ADFA. Grayscale: #7A7A7A. Windows color (decimal): -634363 or 348918. OLE color: 348918.
HSL color Cylindrical-coordinate representation of color #F65205: hue angle of 19.17º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F65205 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.04 |
| HSL | 19.17º | 0.96% | 0.49% | - |
| HSV(B) | 19.17º | 0.98% | 0.96% | - |
| XYZ | 41.05 | 25.64 | 2.93 | - |
| YUV | 122.26 | 61.83 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 5 | 0 | 0.67 | 0.98 | 0.04 | 19.17 | 0.96 | 0.49 |
| Hex | F6 | 52 | 5 | 0 | 43 | 62 | 4 | 13 | 60 | 31 |
| Octal | 366 | 122 | 5 | 0 | 103 | 142 | 4 | 23 | 140 | 61 |
| Binary | 11110110 | 1010010 | 101 | 0 | 1000011 | 1100010 | 100 | 10011 | 1100000 | 110001 |
Color Harmonies of #F65205
Complementary color
Monochromatic Colors of #F65205
Black with #F65205
Text Example
Text Example
White with #F65205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65205; }
p { color: rgb(246,82,5); }
H1.HeaderClassName
{
color: #F65205;
}
.AnyTagClassName
{
color: #F65205;
}
</style>
background-color css
<style>
a { background-color: #F65205; }
a { background-color: rgb(246,82,5); }
div.DivClassName
{
background-color: #F65205;
}
.BgClassName
{
background-color: #F65205;
}
</style>
border-color css
<style>
span { border-color: #F65205; }
span { border-color: rgb(246,82,5); }
td.TdClassName
{
border-color: #F65205;
}
.TagClassName
{
border-color: #F65205;
}
</style>