Html Css Color HEX #F55516 International Orange
📋 copy color: '#F55516'red 245 ◦ green 85 ◦ blue 22
Shades of International Orange #F55516
Tints of International Orange #F55516
RGB
CMYK
RGB Variations
Color information
#F55516 (or 0xF55516) is known color: International Orange. HEX triplet: F5, 55 and 16. RGB value is (245,85,22). Sum of RGB (Red+Green+Blue) = 245+85+22=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F55516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55516 is #0AAAE9. Grayscale: #7E7E7E. Windows color (decimal): -699114 or 1463797. OLE color: 1463797.
HSL color Cylindrical-coordinate representation of color #F55516: hue angle of 16.95º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F55516 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 16.95º | 0.92% | 0.52% | - |
| HSV(B) | 16.95º | 0.91% | 0.96% | - |
| XYZ | 41.05 | 25.97 | 3.61 | - |
| YUV | 125.66 | 69.51 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 22 | 0 | 0.65 | 0.91 | 0.04 | 16.95 | 0.92 | 0.52 |
| Hex | F5 | 55 | 16 | 0 | 41 | 5B | 4 | 11 | 5C | 34 |
| Octal | 365 | 125 | 26 | 0 | 101 | 133 | 4 | 21 | 134 | 64 |
| Binary | 11110101 | 1010101 | 10110 | 0 | 1000001 | 1011011 | 100 | 10001 | 1011100 | 110100 |
Color Harmonies of #F55516
Complementary color
Monochromatic Colors of #F55516
Black with #F55516
Text Example
Text Example
White with #F55516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55516; }
p { color: rgb(245,85,22); }
H1.HeaderClassName
{
color: #F55516;
}
.AnyTagClassName
{
color: #F55516;
}
</style>
background-color css
<style>
a { background-color: #F55516; }
a { background-color: rgb(245,85,22); }
div.DivClassName
{
background-color: #F55516;
}
.BgClassName
{
background-color: #F55516;
}
</style>
border-color css
<style>
span { border-color: #F55516; }
span { border-color: rgb(245,85,22); }
td.TdClassName
{
border-color: #F55516;
}
.TagClassName
{
border-color: #F55516;
}
</style>