Html Css Color HEX #F55518 International Orange
📋 copy color: '#F55518'red 245 ◦ green 85 ◦ blue 24
Shades of International Orange #F55518
Tints of International Orange #F55518
RGB
CMYK
RGB Variations
Color information
#F55518 (or 0xF55518) is known color: International Orange. HEX triplet: F5, 55 and 18. RGB value is (245,85,24). Sum of RGB (Red+Green+Blue) = 245+85+24=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F55518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55518 is #0AAAE7. Grayscale: #7E7E7E. Windows color (decimal): -699112 or 1594869. OLE color: 1594869.
HSL color Cylindrical-coordinate representation of color #F55518: hue angle of 16.56º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F55518 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 24 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.04 |
| HSL | 16.56º | 0.92% | 0.53% | - |
| HSV(B) | 16.56º | 0.9% | 0.96% | - |
| XYZ | 41.07 | 25.98 | 3.71 | - |
| YUV | 125.89 | 70.51 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 24 | 0 | 0.65 | 0.90 | 0.04 | 16.56 | 0.92 | 0.53 |
| Hex | F5 | 55 | 18 | 0 | 41 | 5A | 4 | 11 | 5C | 35 |
| Octal | 365 | 125 | 30 | 0 | 101 | 132 | 4 | 21 | 134 | 65 |
| Binary | 11110101 | 1010101 | 11000 | 0 | 1000001 | 1011010 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F55518
Complementary color
Monochromatic Colors of #F55518
Black with #F55518
Text Example
Text Example
White with #F55518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55518; }
p { color: rgb(245,85,24); }
H1.HeaderClassName
{
color: #F55518;
}
.AnyTagClassName
{
color: #F55518;
}
</style>
background-color css
<style>
a { background-color: #F55518; }
a { background-color: rgb(245,85,24); }
div.DivClassName
{
background-color: #F55518;
}
.BgClassName
{
background-color: #F55518;
}
</style>
border-color css
<style>
span { border-color: #F55518; }
span { border-color: rgb(245,85,24); }
td.TdClassName
{
border-color: #F55518;
}
.TagClassName
{
border-color: #F55518;
}
</style>