Shades of International Orange #F65006
Tints of International Orange #F65006
RGB
CMYK
RGB Variations
Color information
#F65006 (or 0xF65006) is known color: International Orange. HEX triplet: F6, 50 and 06. RGB value is (246,80,6). Sum of RGB (Red+Green+Blue) = 246+80+6=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F65006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65006 is #09AFF9. Grayscale: #797979. Windows color (decimal): -634874 or 413942. OLE color: 413942.
HSL color Cylindrical-coordinate representation of color #F65006: hue angle of 18.5º degrees, saturation: 0.95, 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 #F65006 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 6 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.04 |
| HSL | 18.5º | 0.95% | 0.49% | - |
| HSV(B) | 18.5º | 0.98% | 0.96% | - |
| XYZ | 40.91 | 25.34 | 2.91 | - |
| YUV | 121.2 | 63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 6 | 0 | 0.67 | 0.98 | 0.04 | 18.5 | 0.95 | 0.49 |
| Hex | F6 | 50 | 6 | 0 | 43 | 62 | 4 | 12 | 5F | 31 |
| Octal | 366 | 120 | 6 | 0 | 103 | 142 | 4 | 22 | 137 | 61 |
| Binary | 11110110 | 1010000 | 110 | 0 | 1000011 | 1100010 | 100 | 10010 | 1011111 | 110001 |
Color Harmonies of #F65006
Complementary color
Monochromatic Colors of #F65006
Black with #F65006
Text Example
Text Example
White with #F65006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65006; }
p { color: rgb(246,80,6); }
H1.HeaderClassName
{
color: #F65006;
}
.AnyTagClassName
{
color: #F65006;
}
</style>
background-color css
<style>
a { background-color: #F65006; }
a { background-color: rgb(246,80,6); }
div.DivClassName
{
background-color: #F65006;
}
.BgClassName
{
background-color: #F65006;
}
</style>
border-color css
<style>
span { border-color: #F65006; }
span { border-color: rgb(246,80,6); }
td.TdClassName
{
border-color: #F65006;
}
.TagClassName
{
border-color: #F65006;
}
</style>