Html Css Color HEX #F64F0B International Orange
📋 copy color: '#F64F0B'red 246 ◦ green 79 ◦ blue 11
Shades of International Orange #F64F0B
Tints of International Orange #F64F0B
RGB
CMYK
RGB Variations
Color information
#F64F0B (or 0xF64F0B) is known color: International Orange. HEX triplet: F6, 4F and 0B. RGB value is (246,79,11). Sum of RGB (Red+Green+Blue) = 246+79+11=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F0B is #09B0F4. Grayscale: #797979. Windows color (decimal): -635125 or 741366. OLE color: 741366.
HSL color Cylindrical-coordinate representation of color #F64F0B: hue angle of 17.36º 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 #F64F0B is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 11 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.04 |
| HSL | 17.36º | 0.93% | 0.5% | - |
| HSV(B) | 17.36º | 0.96% | 0.96% | - |
| XYZ | 40.86 | 25.21 | 3.03 | - |
| YUV | 121.18 | 65.83 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 11 | 0 | 0.68 | 0.96 | 0.04 | 17.36 | 0.93 | 0.5 |
| Hex | F6 | 4F | B | 0 | 44 | 60 | 4 | 11 | 5D | 32 |
| Octal | 366 | 117 | 13 | 0 | 104 | 140 | 4 | 21 | 135 | 62 |
| Binary | 11110110 | 1001111 | 1011 | 0 | 1000100 | 1100000 | 100 | 10001 | 1011101 | 110010 |
Color Harmonies of #F64F0B
Complementary color
Monochromatic Colors of #F64F0B
Black with #F64F0B
Text Example
Text Example
White with #F64F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F0B; }
p { color: rgb(246,79,11); }
H1.HeaderClassName
{
color: #F64F0B;
}
.AnyTagClassName
{
color: #F64F0B;
}
</style>
background-color css
<style>
a { background-color: #F64F0B; }
a { background-color: rgb(246,79,11); }
div.DivClassName
{
background-color: #F64F0B;
}
.BgClassName
{
background-color: #F64F0B;
}
</style>
border-color css
<style>
span { border-color: #F64F0B; }
span { border-color: rgb(246,79,11); }
td.TdClassName
{
border-color: #F64F0B;
}
.TagClassName
{
border-color: #F64F0B;
}
</style>