Shades of International Orange #F55308
Tints of International Orange #F55308
RGB
CMYK
RGB Variations
Color information
#F55308 (or 0xF55308) is known color: International Orange. HEX triplet: F5, 53 and 08. RGB value is (245,83,8). Sum of RGB (Red+Green+Blue) = 245+83+8=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F55308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55308 is #0AACF7. Grayscale: #7B7B7B. Windows color (decimal): -699640 or 545781. OLE color: 545781.
HSL color Cylindrical-coordinate representation of color #F55308: hue angle of 18.99º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55308 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 8 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.04 |
| HSL | 18.99º | 0.94% | 0.5% | - |
| HSV(B) | 18.99º | 0.97% | 0.96% | - |
| XYZ | 40.79 | 25.62 | 3.02 | - |
| YUV | 122.89 | 63.17 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 8 | 0 | 0.66 | 0.97 | 0.04 | 18.99 | 0.94 | 0.5 |
| Hex | F5 | 53 | 8 | 0 | 42 | 61 | 4 | 13 | 5E | 32 |
| Octal | 365 | 123 | 10 | 0 | 102 | 141 | 4 | 23 | 136 | 62 |
| Binary | 11110101 | 1010011 | 1000 | 0 | 1000010 | 1100001 | 100 | 10011 | 1011110 | 110010 |
Color Harmonies of #F55308
Complementary color
Monochromatic Colors of #F55308
Black with #F55308
Text Example
Text Example
White with #F55308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55308; }
p { color: rgb(245,83,8); }
H1.HeaderClassName
{
color: #F55308;
}
.AnyTagClassName
{
color: #F55308;
}
</style>
background-color css
<style>
a { background-color: #F55308; }
a { background-color: rgb(245,83,8); }
div.DivClassName
{
background-color: #F55308;
}
.BgClassName
{
background-color: #F55308;
}
</style>
border-color css
<style>
span { border-color: #F55308; }
span { border-color: rgb(245,83,8); }
td.TdClassName
{
border-color: #F55308;
}
.TagClassName
{
border-color: #F55308;
}
</style>