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