Shades of International Orange #F65201
Tints of International Orange #F65201
RGB
CMYK
RGB Variations
Color information
#F65201 (or 0xF65201) is known color: International Orange. HEX triplet: F6, 52 and 01. RGB value is (246,82,1). Sum of RGB (Red+Green+Blue) = 246+82+1=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F65201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65201 is #09ADFE. Grayscale: #7A7A7A. Windows color (decimal): -634367 or 86774. OLE color: 86774.
HSL color Cylindrical-coordinate representation of color #F65201: hue angle of 19.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F65201 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.04 |
| HSL | 19.84º | 0.99% | 0.48% | - |
| HSV(B) | 19.84º | 1% | 0.96% | - |
| XYZ | 41.03 | 25.63 | 2.81 | - |
| YUV | 121.8 | 59.83 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 1 | 0 | 0.67 | 1.00 | 0.04 | 19.84 | 0.99 | 0.48 |
| Hex | F6 | 52 | 1 | 0 | 43 | 64 | 4 | 14 | 63 | 30 |
| Octal | 366 | 122 | 1 | 0 | 103 | 144 | 4 | 24 | 143 | 60 |
| Binary | 11110110 | 1010010 | 1 | 0 | 1000011 | 1100100 | 100 | 10100 | 1100011 | 110000 |
Color Harmonies of #F65201
Complementary color
Monochromatic Colors of #F65201
Black with #F65201
Text Example
Text Example
White with #F65201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65201; }
p { color: rgb(246,82,1); }
H1.HeaderClassName
{
color: #F65201;
}
.AnyTagClassName
{
color: #F65201;
}
</style>
background-color css
<style>
a { background-color: #F65201; }
a { background-color: rgb(246,82,1); }
div.DivClassName
{
background-color: #F65201;
}
.BgClassName
{
background-color: #F65201;
}
</style>
border-color css
<style>
span { border-color: #F65201; }
span { border-color: rgb(246,82,1); }
td.TdClassName
{
border-color: #F65201;
}
.TagClassName
{
border-color: #F65201;
}
</style>