Shades of International Orange #F55206
Tints of International Orange #F55206
RGB
CMYK
RGB Variations
Color information
#F55206 (or 0xF55206) is known color: International Orange. HEX triplet: F5, 52 and 06. RGB value is (245,82,6). Sum of RGB (Red+Green+Blue) = 245+82+6=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F55206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55206 is #0AADF9. Grayscale: #7A7A7A. Windows color (decimal): -699898 or 414453. OLE color: 414453.
HSL color Cylindrical-coordinate representation of color #F55206: hue angle of 19.08º 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 #F55206 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 6 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.04 |
| HSL | 19.08º | 0.95% | 0.49% | - |
| HSV(B) | 19.08º | 0.98% | 0.96% | - |
| XYZ | 40.71 | 25.46 | 2.94 | - |
| YUV | 122.07 | 62.5 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 6 | 0 | 0.67 | 0.98 | 0.04 | 19.08 | 0.95 | 0.49 |
| Hex | F5 | 52 | 6 | 0 | 43 | 62 | 4 | 13 | 5F | 31 |
| Octal | 365 | 122 | 6 | 0 | 103 | 142 | 4 | 23 | 137 | 61 |
| Binary | 11110101 | 1010010 | 110 | 0 | 1000011 | 1100010 | 100 | 10011 | 1011111 | 110001 |
Color Harmonies of #F55206
Complementary color
Monochromatic Colors of #F55206
Black with #F55206
Text Example
Text Example
White with #F55206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55206; }
p { color: rgb(245,82,6); }
H1.HeaderClassName
{
color: #F55206;
}
.AnyTagClassName
{
color: #F55206;
}
</style>
background-color css
<style>
a { background-color: #F55206; }
a { background-color: rgb(245,82,6); }
div.DivClassName
{
background-color: #F55206;
}
.BgClassName
{
background-color: #F55206;
}
</style>
border-color css
<style>
span { border-color: #F55206; }
span { border-color: rgb(245,82,6); }
td.TdClassName
{
border-color: #F55206;
}
.TagClassName
{
border-color: #F55206;
}
</style>