Html Css Color HEX #F55311 International Orange
📋 copy color: '#F55311'red 245 ◦ green 83 ◦ blue 17
Shades of International Orange #F55311
Tints of International Orange #F55311
RGB
CMYK
RGB Variations
Color information
#F55311 (or 0xF55311) is known color: International Orange. HEX triplet: F5, 53 and 11. RGB value is (245,83,17). Sum of RGB (Red+Green+Blue) = 245+83+17=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F55311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55311 is #0AACEE. Grayscale: #7C7C7C. Windows color (decimal): -699631 or 1135605. OLE color: 1135605.
HSL color Cylindrical-coordinate representation of color #F55311: hue angle of 17.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F55311 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.04 |
| HSL | 17.37º | 0.92% | 0.51% | - |
| HSV(B) | 17.37º | 0.93% | 0.96% | - |
| XYZ | 40.85 | 25.64 | 3.33 | - |
| YUV | 123.91 | 67.67 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 17 | 0 | 0.66 | 0.93 | 0.04 | 17.37 | 0.92 | 0.51 |
| Hex | F5 | 53 | 11 | 0 | 42 | 5D | 4 | 11 | 5C | 33 |
| Octal | 365 | 123 | 21 | 0 | 102 | 135 | 4 | 21 | 134 | 63 |
| Binary | 11110101 | 1010011 | 10001 | 0 | 1000010 | 1011101 | 100 | 10001 | 1011100 | 110011 |
Color Harmonies of #F55311
Complementary color
Monochromatic Colors of #F55311
Black with #F55311
Text Example
Text Example
White with #F55311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55311; }
p { color: rgb(245,83,17); }
H1.HeaderClassName
{
color: #F55311;
}
.AnyTagClassName
{
color: #F55311;
}
</style>
background-color css
<style>
a { background-color: #F55311; }
a { background-color: rgb(245,83,17); }
div.DivClassName
{
background-color: #F55311;
}
.BgClassName
{
background-color: #F55311;
}
</style>
border-color css
<style>
span { border-color: #F55311; }
span { border-color: rgb(245,83,17); }
td.TdClassName
{
border-color: #F55311;
}
.TagClassName
{
border-color: #F55311;
}
</style>