Shades of International Orange #F65105
Tints of International Orange #F65105
RGB
CMYK
RGB Variations
Color information
#F65105 (or 0xF65105) is known color: International Orange. HEX triplet: F6, 51 and 05. RGB value is (246,81,5). Sum of RGB (Red+Green+Blue) = 246+81+5=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F65105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65105 is #09AEFA. Grayscale: #7A7A7A. Windows color (decimal): -634619 or 348662. OLE color: 348662.
HSL color Cylindrical-coordinate representation of color #F65105: hue angle of 18.92º 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 #F65105 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.04 |
| HSL | 18.92º | 0.96% | 0.49% | - |
| HSV(B) | 18.92º | 0.98% | 0.96% | - |
| XYZ | 40.98 | 25.49 | 2.9 | - |
| YUV | 121.67 | 62.16 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 5 | 0 | 0.67 | 0.98 | 0.04 | 18.92 | 0.96 | 0.49 |
| Hex | F6 | 51 | 5 | 0 | 43 | 62 | 4 | 13 | 60 | 31 |
| Octal | 366 | 121 | 5 | 0 | 103 | 142 | 4 | 23 | 140 | 61 |
| Binary | 11110110 | 1010001 | 101 | 0 | 1000011 | 1100010 | 100 | 10011 | 1100000 | 110001 |
Color Harmonies of #F65105
Complementary color
Monochromatic Colors of #F65105
Black with #F65105
Text Example
Text Example
White with #F65105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65105; }
p { color: rgb(246,81,5); }
H1.HeaderClassName
{
color: #F65105;
}
.AnyTagClassName
{
color: #F65105;
}
</style>
background-color css
<style>
a { background-color: #F65105; }
a { background-color: rgb(246,81,5); }
div.DivClassName
{
background-color: #F65105;
}
.BgClassName
{
background-color: #F65105;
}
</style>
border-color css
<style>
span { border-color: #F65105; }
span { border-color: rgb(246,81,5); }
td.TdClassName
{
border-color: #F65105;
}
.TagClassName
{
border-color: #F65105;
}
</style>