Html Css Color HEX #F55319 International Orange
📋 copy color: '#F55319'red 245 ◦ green 83 ◦ blue 25
Shades of International Orange #F55319
Tints of International Orange #F55319
RGB
CMYK
RGB Variations
Color information
#F55319 (or 0xF55319) is known color: International Orange. HEX triplet: F5, 53 and 19. RGB value is (245,83,25). Sum of RGB (Red+Green+Blue) = 245+83+25=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F55319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55319 is #0AACE6. Grayscale: #7D7D7D. Windows color (decimal): -699623 or 1659893. OLE color: 1659893.
HSL color Cylindrical-coordinate representation of color #F55319: hue angle of 15.82º 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 #F55319 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 25 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.04 |
| HSL | 15.82º | 0.92% | 0.53% | - |
| HSV(B) | 15.82º | 0.9% | 0.96% | - |
| XYZ | 40.92 | 25.67 | 3.72 | - |
| YUV | 124.83 | 71.67 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 25 | 0 | 0.66 | 0.90 | 0.04 | 15.82 | 0.92 | 0.53 |
| Hex | F5 | 53 | 19 | 0 | 42 | 5A | 4 | 10 | 5C | 35 |
| Octal | 365 | 123 | 31 | 0 | 102 | 132 | 4 | 20 | 134 | 65 |
| Binary | 11110101 | 1010011 | 11001 | 0 | 1000010 | 1011010 | 100 | 10000 | 1011100 | 110101 |
Color Harmonies of #F55319
Complementary color
Monochromatic Colors of #F55319
Black with #F55319
Text Example
Text Example
White with #F55319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55319; }
p { color: rgb(245,83,25); }
H1.HeaderClassName
{
color: #F55319;
}
.AnyTagClassName
{
color: #F55319;
}
</style>
background-color css
<style>
a { background-color: #F55319; }
a { background-color: rgb(245,83,25); }
div.DivClassName
{
background-color: #F55319;
}
.BgClassName
{
background-color: #F55319;
}
</style>
border-color css
<style>
span { border-color: #F55319; }
span { border-color: rgb(245,83,25); }
td.TdClassName
{
border-color: #F55319;
}
.TagClassName
{
border-color: #F55319;
}
</style>