Shades of International Orange #F65000
Tints of International Orange #F65000
RGB
CMYK
RGB Variations
Color information
#F65000 (or 0xF65000) is known color: International Orange. HEX triplet: F6, 50 and 00. RGB value is (246,80,0). Sum of RGB (Red+Green+Blue) = 246+80+0=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F65000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65000 is #09AFFF. Grayscale: #797979. Windows color (decimal): -634880 or 20726. OLE color: 20726.
HSL color Cylindrical-coordinate representation of color #F65000: hue angle of 19.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F65000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.04 |
| HSL | 19.51º | 1% | 0.48% | - |
| HSV(B) | 19.51º | 1% | 0.96% | - |
| XYZ | 40.87 | 25.33 | 2.73 | - |
| YUV | 120.51 | 60 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 0 | 0 | 0.67 | 1 | 0.04 | 19.51 | 1 | 0.48 |
| Hex | F6 | 50 | 0 | 0 | 43 | 64 | 4 | 14 | 64 | 30 |
| Octal | 366 | 120 | 0 | 0 | 103 | 144 | 4 | 24 | 144 | 60 |
| Binary | 11110110 | 1010000 | 0 | 0 | 1000011 | 1100100 | 100 | 10100 | 1100100 | 110000 |
Color Harmonies of #F65000
Complementary color
Monochromatic Colors of #F65000
Black with #F65000
Text Example
Text Example
White with #F65000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65000; }
p { color: rgb(246,80,0); }
H1.HeaderClassName
{
color: #F65000;
}
.AnyTagClassName
{
color: #F65000;
}
</style>
background-color css
<style>
a { background-color: #F65000; }
a { background-color: rgb(246,80,0); }
div.DivClassName
{
background-color: #F65000;
}
.BgClassName
{
background-color: #F65000;
}
</style>
border-color css
<style>
span { border-color: #F65000; }
span { border-color: rgb(246,80,0); }
td.TdClassName
{
border-color: #F65000;
}
.TagClassName
{
border-color: #F65000;
}
</style>