Shades of International Orange #F55305
Tints of International Orange #F55305
RGB
CMYK
RGB Variations
Color information
#F55305 (or 0xF55305) is known color: International Orange. HEX triplet: F5, 53 and 05. RGB value is (245,83,5). Sum of RGB (Red+Green+Blue) = 245+83+5=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F55305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55305 is #0AACFA. Grayscale: #7B7B7B. Windows color (decimal): -699643 or 349173. OLE color: 349173.
HSL color Cylindrical-coordinate representation of color #F55305: hue angle of 19.5º degrees, saturation: 0.96, 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 #F55305 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.04 |
| HSL | 19.5º | 0.96% | 0.49% | - |
| HSV(B) | 19.5º | 0.98% | 0.96% | - |
| XYZ | 40.78 | 25.61 | 2.94 | - |
| YUV | 122.55 | 61.67 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 5 | 0 | 0.66 | 0.98 | 0.04 | 19.5 | 0.96 | 0.49 |
| Hex | F5 | 53 | 5 | 0 | 42 | 62 | 4 | 14 | 60 | 31 |
| Octal | 365 | 123 | 5 | 0 | 102 | 142 | 4 | 24 | 140 | 61 |
| Binary | 11110101 | 1010011 | 101 | 0 | 1000010 | 1100010 | 100 | 10100 | 1100000 | 110001 |
Color Harmonies of #F55305
Complementary color
Monochromatic Colors of #F55305
Black with #F55305
Text Example
Text Example
White with #F55305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55305; }
p { color: rgb(245,83,5); }
H1.HeaderClassName
{
color: #F55305;
}
.AnyTagClassName
{
color: #F55305;
}
</style>
background-color css
<style>
a { background-color: #F55305; }
a { background-color: rgb(245,83,5); }
div.DivClassName
{
background-color: #F55305;
}
.BgClassName
{
background-color: #F55305;
}
</style>
border-color css
<style>
span { border-color: #F55305; }
span { border-color: rgb(245,83,5); }
td.TdClassName
{
border-color: #F55305;
}
.TagClassName
{
border-color: #F55305;
}
</style>