Html Css Color HEX #F55517 International Orange
📋 copy color: '#F55517'red 245 ◦ green 85 ◦ blue 23
Shades of International Orange #F55517
Tints of International Orange #F55517
RGB
CMYK
RGB Variations
Color information
#F55517 (or 0xF55517) is known color: International Orange. HEX triplet: F5, 55 and 17. RGB value is (245,85,23). Sum of RGB (Red+Green+Blue) = 245+85+23=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F55517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55517 is #0AAAE8. Grayscale: #7E7E7E. Windows color (decimal): -699113 or 1529333. OLE color: 1529333.
HSL color Cylindrical-coordinate representation of color #F55517: hue angle of 16.76º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F55517 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 23 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 16.76º | 0.92% | 0.53% | - |
| HSV(B) | 16.76º | 0.91% | 0.96% | - |
| XYZ | 41.06 | 25.97 | 3.66 | - |
| YUV | 125.77 | 70.01 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 23 | 0 | 0.65 | 0.91 | 0.04 | 16.76 | 0.92 | 0.53 |
| Hex | F5 | 55 | 17 | 0 | 41 | 5B | 4 | 11 | 5C | 35 |
| Octal | 365 | 125 | 27 | 0 | 101 | 133 | 4 | 21 | 134 | 65 |
| Binary | 11110101 | 1010101 | 10111 | 0 | 1000001 | 1011011 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F55517
Complementary color
Monochromatic Colors of #F55517
Black with #F55517
Text Example
Text Example
White with #F55517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55517; }
p { color: rgb(245,85,23); }
H1.HeaderClassName
{
color: #F55517;
}
.AnyTagClassName
{
color: #F55517;
}
</style>
background-color css
<style>
a { background-color: #F55517; }
a { background-color: rgb(245,85,23); }
div.DivClassName
{
background-color: #F55517;
}
.BgClassName
{
background-color: #F55517;
}
</style>
border-color css
<style>
span { border-color: #F55517; }
span { border-color: rgb(245,85,23); }
td.TdClassName
{
border-color: #F55517;
}
.TagClassName
{
border-color: #F55517;
}
</style>