Html Css Color HEX #F64F0F International Orange
📋 copy color: '#F64F0F'red 246 ◦ green 79 ◦ blue 15
Shades of International Orange #F64F0F
Tints of International Orange #F64F0F
RGB
CMYK
RGB Variations
Color information
#F64F0F (or 0xF64F0F) is known color: International Orange. HEX triplet: F6, 4F and 0F. RGB value is (246,79,15). Sum of RGB (Red+Green+Blue) = 246+79+15=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F0F is #09B0F0. Grayscale: #7A7A7A. Windows color (decimal): -635121 or 1003510. OLE color: 1003510.
HSL color Cylindrical-coordinate representation of color #F64F0F: hue angle of 16.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F64F0F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 15 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.04 |
| HSL | 16.62º | 0.93% | 0.51% | - |
| HSV(B) | 16.62º | 0.94% | 0.96% | - |
| XYZ | 40.89 | 25.22 | 3.16 | - |
| YUV | 121.64 | 67.83 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 15 | 0 | 0.68 | 0.94 | 0.04 | 16.62 | 0.93 | 0.51 |
| Hex | F6 | 4F | F | 0 | 44 | 5E | 4 | 11 | 5D | 33 |
| Octal | 366 | 117 | 17 | 0 | 104 | 136 | 4 | 21 | 135 | 63 |
| Binary | 11110110 | 1001111 | 1111 | 0 | 1000100 | 1011110 | 100 | 10001 | 1011101 | 110011 |
Color Harmonies of #F64F0F
Complementary color
Monochromatic Colors of #F64F0F
Black with #F64F0F
Text Example
Text Example
White with #F64F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F0F; }
p { color: rgb(246,79,15); }
H1.HeaderClassName
{
color: #F64F0F;
}
.AnyTagClassName
{
color: #F64F0F;
}
</style>
background-color css
<style>
a { background-color: #F64F0F; }
a { background-color: rgb(246,79,15); }
div.DivClassName
{
background-color: #F64F0F;
}
.BgClassName
{
background-color: #F64F0F;
}
</style>
border-color css
<style>
span { border-color: #F64F0F; }
span { border-color: rgb(246,79,15); }
td.TdClassName
{
border-color: #F64F0F;
}
.TagClassName
{
border-color: #F64F0F;
}
</style>