Html Css Color HEX #F55411 International Orange
📋 copy color: '#F55411'red 245 ◦ green 84 ◦ blue 17
Shades of International Orange #F55411
Tints of International Orange #F55411
RGB
CMYK
RGB Variations
Color information
#F55411 (or 0xF55411) is known color: International Orange. HEX triplet: F5, 54 and 11. RGB value is (245,84,17). Sum of RGB (Red+Green+Blue) = 245+84+17=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55411 is #0AABEE. Grayscale: #7C7C7C. Windows color (decimal): -699375 or 1135861. OLE color: 1135861.
HSL color Cylindrical-coordinate representation of color #F55411: hue angle of 17.63º 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 #F55411 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.04 |
| HSL | 17.63º | 0.92% | 0.51% | - |
| HSV(B) | 17.63º | 0.93% | 0.96% | - |
| XYZ | 40.93 | 25.79 | 3.35 | - |
| YUV | 124.5 | 67.34 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 17 | 0 | 0.66 | 0.93 | 0.04 | 17.63 | 0.92 | 0.51 |
| Hex | F5 | 54 | 11 | 0 | 42 | 5D | 4 | 12 | 5C | 33 |
| Octal | 365 | 124 | 21 | 0 | 102 | 135 | 4 | 22 | 134 | 63 |
| Binary | 11110101 | 1010100 | 10001 | 0 | 1000010 | 1011101 | 100 | 10010 | 1011100 | 110011 |
Color Harmonies of #F55411
Complementary color
Monochromatic Colors of #F55411
Black with #F55411
Text Example
Text Example
White with #F55411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55411; }
p { color: rgb(245,84,17); }
H1.HeaderClassName
{
color: #F55411;
}
.AnyTagClassName
{
color: #F55411;
}
</style>
background-color css
<style>
a { background-color: #F55411; }
a { background-color: rgb(245,84,17); }
div.DivClassName
{
background-color: #F55411;
}
.BgClassName
{
background-color: #F55411;
}
</style>
border-color css
<style>
span { border-color: #F55411; }
span { border-color: rgb(245,84,17); }
td.TdClassName
{
border-color: #F55411;
}
.TagClassName
{
border-color: #F55411;
}
</style>