Html Css Color HEX #F65319 International Orange
📋 copy color: '#F65319'red 246 ◦ green 83 ◦ blue 25
Shades of International Orange #F65319
Tints of International Orange #F65319
RGB
CMYK
RGB Variations
Color information
#F65319 (or 0xF65319) is known color: International Orange. HEX triplet: F6, 53 and 19. RGB value is (246,83,25). Sum of RGB (Red+Green+Blue) = 246+83+25=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65319 is #09ACE6. Grayscale: #7D7D7D. Windows color (decimal): -634087 or 1659894. OLE color: 1659894.
HSL color Cylindrical-coordinate representation of color #F65319: hue angle of 15.75º 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 #F65319 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 25 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.04 |
| HSL | 15.75º | 0.92% | 0.53% | - |
| HSV(B) | 15.75º | 0.9% | 0.96% | - |
| XYZ | 41.27 | 25.85 | 3.73 | - |
| YUV | 125.13 | 71.5 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 25 | 0 | 0.66 | 0.90 | 0.04 | 15.75 | 0.92 | 0.53 |
| Hex | F6 | 53 | 19 | 0 | 42 | 5A | 4 | 10 | 5C | 35 |
| Octal | 366 | 123 | 31 | 0 | 102 | 132 | 4 | 20 | 134 | 65 |
| Binary | 11110110 | 1010011 | 11001 | 0 | 1000010 | 1011010 | 100 | 10000 | 1011100 | 110101 |
Color Harmonies of #F65319
Complementary color
Monochromatic Colors of #F65319
Black with #F65319
Text Example
Text Example
White with #F65319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65319; }
p { color: rgb(246,83,25); }
H1.HeaderClassName
{
color: #F65319;
}
.AnyTagClassName
{
color: #F65319;
}
</style>
background-color css
<style>
a { background-color: #F65319; }
a { background-color: rgb(246,83,25); }
div.DivClassName
{
background-color: #F65319;
}
.BgClassName
{
background-color: #F65319;
}
</style>
border-color css
<style>
span { border-color: #F65319; }
span { border-color: rgb(246,83,25); }
td.TdClassName
{
border-color: #F65319;
}
.TagClassName
{
border-color: #F65319;
}
</style>