Html Css Color HEX #F65519 International Orange
📋 copy color: '#F65519'red 246 ◦ green 85 ◦ blue 25
Shades of International Orange #F65519
Tints of International Orange #F65519
RGB
CMYK
RGB Variations
Color information
#F65519 (or 0xF65519) is known color: International Orange. HEX triplet: F6, 55 and 19. RGB value is (246,85,25). Sum of RGB (Red+Green+Blue) = 246+85+25=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F65519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65519 is #09AAE6. Grayscale: #7E7E7E. Windows color (decimal): -633575 or 1660406. OLE color: 1660406.
HSL color Cylindrical-coordinate representation of color #F65519: hue angle of 16.29º 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 #F65519 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 25 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.04 |
| HSL | 16.29º | 0.92% | 0.53% | - |
| HSV(B) | 16.29º | 0.9% | 0.96% | - |
| XYZ | 41.43 | 26.16 | 3.79 | - |
| YUV | 126.3 | 70.84 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 25 | 0 | 0.65 | 0.90 | 0.04 | 16.29 | 0.92 | 0.53 |
| Hex | F6 | 55 | 19 | 0 | 41 | 5A | 4 | 10 | 5C | 35 |
| Octal | 366 | 125 | 31 | 0 | 101 | 132 | 4 | 20 | 134 | 65 |
| Binary | 11110110 | 1010101 | 11001 | 0 | 1000001 | 1011010 | 100 | 10000 | 1011100 | 110101 |
Color Harmonies of #F65519
Complementary color
Monochromatic Colors of #F65519
Black with #F65519
Text Example
Text Example
White with #F65519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65519; }
p { color: rgb(246,85,25); }
H1.HeaderClassName
{
color: #F65519;
}
.AnyTagClassName
{
color: #F65519;
}
</style>
background-color css
<style>
a { background-color: #F65519; }
a { background-color: rgb(246,85,25); }
div.DivClassName
{
background-color: #F65519;
}
.BgClassName
{
background-color: #F65519;
}
</style>
border-color css
<style>
span { border-color: #F65519; }
span { border-color: rgb(246,85,25); }
td.TdClassName
{
border-color: #F65519;
}
.TagClassName
{
border-color: #F65519;
}
</style>