Shades of International Orange #F55306
Tints of International Orange #F55306
RGB
CMYK
RGB Variations
Color information
#F55306 (or 0xF55306) is known color: International Orange. HEX triplet: F5, 53 and 06. RGB value is (245,83,6). Sum of RGB (Red+Green+Blue) = 245+83+6=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F55306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55306 is #0AACF9. Grayscale: #7B7B7B. Windows color (decimal): -699642 or 414709. OLE color: 414709.
HSL color Cylindrical-coordinate representation of color #F55306: hue angle of 19.33º 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 #F55306 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 6 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.04 |
| HSL | 19.33º | 0.95% | 0.49% | - |
| HSV(B) | 19.33º | 0.98% | 0.96% | - |
| XYZ | 40.78 | 25.61 | 2.97 | - |
| YUV | 122.66 | 62.17 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 6 | 0 | 0.66 | 0.98 | 0.04 | 19.33 | 0.95 | 0.49 |
| Hex | F5 | 53 | 6 | 0 | 42 | 62 | 4 | 13 | 5F | 31 |
| Octal | 365 | 123 | 6 | 0 | 102 | 142 | 4 | 23 | 137 | 61 |
| Binary | 11110101 | 1010011 | 110 | 0 | 1000010 | 1100010 | 100 | 10011 | 1011111 | 110001 |
Color Harmonies of #F55306
Complementary color
Monochromatic Colors of #F55306
Black with #F55306
Text Example
Text Example
White with #F55306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55306; }
p { color: rgb(245,83,6); }
H1.HeaderClassName
{
color: #F55306;
}
.AnyTagClassName
{
color: #F55306;
}
</style>
background-color css
<style>
a { background-color: #F55306; }
a { background-color: rgb(245,83,6); }
div.DivClassName
{
background-color: #F55306;
}
.BgClassName
{
background-color: #F55306;
}
</style>
border-color css
<style>
span { border-color: #F55306; }
span { border-color: rgb(245,83,6); }
td.TdClassName
{
border-color: #F55306;
}
.TagClassName
{
border-color: #F55306;
}
</style>