Html Css Color HEX #F6540A International Orange
📋 copy color: '#F6540A'red 246 ◦ green 84 ◦ blue 10
Shades of International Orange #F6540A
Tints of International Orange #F6540A
RGB
CMYK
RGB Variations
Color information
#F6540A (or 0xF6540A) is known color: International Orange. HEX triplet: F6, 54 and 0A. RGB value is (246,84,10). Sum of RGB (Red+Green+Blue) = 246+84+10=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6540A is #09ABF5. Grayscale: #7C7C7C. Windows color (decimal): -633846 or 677110. OLE color: 677110.
HSL color Cylindrical-coordinate representation of color #F6540A: hue angle of 18.81º 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 #F6540A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.04 |
| HSL | 18.81º | 0.93% | 0.5% | - |
| HSV(B) | 18.81º | 0.96% | 0.96% | - |
| XYZ | 41.23 | 25.96 | 3.12 | - |
| YUV | 124 | 63.67 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 10 | 0 | 0.66 | 0.96 | 0.04 | 18.81 | 0.93 | 0.5 |
| Hex | F6 | 54 | A | 0 | 42 | 60 | 4 | 13 | 5D | 32 |
| Octal | 366 | 124 | 12 | 0 | 102 | 140 | 4 | 23 | 135 | 62 |
| Binary | 11110110 | 1010100 | 1010 | 0 | 1000010 | 1100000 | 100 | 10011 | 1011101 | 110010 |
Color Harmonies of #F6540A
Complementary color
Monochromatic Colors of #F6540A
Black with #F6540A
Text Example
Text Example
White with #F6540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6540A; }
p { color: rgb(246,84,10); }
H1.HeaderClassName
{
color: #F6540A;
}
.AnyTagClassName
{
color: #F6540A;
}
</style>
background-color css
<style>
a { background-color: #F6540A; }
a { background-color: rgb(246,84,10); }
div.DivClassName
{
background-color: #F6540A;
}
.BgClassName
{
background-color: #F6540A;
}
</style>
border-color css
<style>
span { border-color: #F6540A; }
span { border-color: rgb(246,84,10); }
td.TdClassName
{
border-color: #F6540A;
}
.TagClassName
{
border-color: #F6540A;
}
</style>