Html Css Color HEX #F64F0A International Orange
📋 copy color: '#F64F0A'red 246 ◦ green 79 ◦ blue 10
Shades of International Orange #F64F0A
Tints of International Orange #F64F0A
RGB
CMYK
RGB Variations
Color information
#F64F0A (or 0xF64F0A) is known color: International Orange. HEX triplet: F6, 4F and 0A. RGB value is (246,79,10). Sum of RGB (Red+Green+Blue) = 246+79+10=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F0A is #09B0F5. Grayscale: #797979. Windows color (decimal): -635126 or 675830. OLE color: 675830.
HSL color Cylindrical-coordinate representation of color #F64F0A: hue angle of 17.54º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F64F0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.04 |
| HSL | 17.54º | 0.93% | 0.5% | - |
| HSV(B) | 17.54º | 0.96% | 0.96% | - |
| XYZ | 40.86 | 25.21 | 3 | - |
| YUV | 121.07 | 65.33 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 10 | 0 | 0.68 | 0.96 | 0.04 | 17.54 | 0.93 | 0.5 |
| Hex | F6 | 4F | A | 0 | 44 | 60 | 4 | 12 | 5D | 32 |
| Octal | 366 | 117 | 12 | 0 | 104 | 140 | 4 | 22 | 135 | 62 |
| Binary | 11110110 | 1001111 | 1010 | 0 | 1000100 | 1100000 | 100 | 10010 | 1011101 | 110010 |
Color Harmonies of #F64F0A
Complementary color
Monochromatic Colors of #F64F0A
Black with #F64F0A
Text Example
Text Example
White with #F64F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F0A; }
p { color: rgb(246,79,10); }
H1.HeaderClassName
{
color: #F64F0A;
}
.AnyTagClassName
{
color: #F64F0A;
}
</style>
background-color css
<style>
a { background-color: #F64F0A; }
a { background-color: rgb(246,79,10); }
div.DivClassName
{
background-color: #F64F0A;
}
.BgClassName
{
background-color: #F64F0A;
}
</style>
border-color css
<style>
span { border-color: #F64F0A; }
span { border-color: rgb(246,79,10); }
td.TdClassName
{
border-color: #F64F0A;
}
.TagClassName
{
border-color: #F64F0A;
}
</style>