Html Css Color HEX #F6520D International Orange
📋 copy color: '#F6520D'red 246 ◦ green 82 ◦ blue 13
Shades of International Orange #F6520D
Tints of International Orange #F6520D
RGB
CMYK
RGB Variations
Color information
#F6520D (or 0xF6520D) is known color: International Orange. HEX triplet: F6, 52 and 0D. RGB value is (246,82,13). Sum of RGB (Red+Green+Blue) = 246+82+13=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6520D is #09ADF2. Grayscale: #7B7B7B. Windows color (decimal): -634355 or 873206. OLE color: 873206.
HSL color Cylindrical-coordinate representation of color #F6520D: hue angle of 17.77º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6520D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.04 |
| HSL | 17.77º | 0.93% | 0.51% | - |
| HSV(B) | 17.77º | 0.95% | 0.96% | - |
| XYZ | 41.1 | 25.66 | 3.17 | - |
| YUV | 123.17 | 65.83 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 13 | 0 | 0.67 | 0.95 | 0.04 | 17.77 | 0.93 | 0.51 |
| Hex | F6 | 52 | D | 0 | 43 | 5F | 4 | 12 | 5D | 33 |
| Octal | 366 | 122 | 15 | 0 | 103 | 137 | 4 | 22 | 135 | 63 |
| Binary | 11110110 | 1010010 | 1101 | 0 | 1000011 | 1011111 | 100 | 10010 | 1011101 | 110011 |
Color Harmonies of #F6520D
Complementary color
Monochromatic Colors of #F6520D
Black with #F6520D
Text Example
Text Example
White with #F6520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6520D; }
p { color: rgb(246,82,13); }
H1.HeaderClassName
{
color: #F6520D;
}
.AnyTagClassName
{
color: #F6520D;
}
</style>
background-color css
<style>
a { background-color: #F6520D; }
a { background-color: rgb(246,82,13); }
div.DivClassName
{
background-color: #F6520D;
}
.BgClassName
{
background-color: #F6520D;
}
</style>
border-color css
<style>
span { border-color: #F6520D; }
span { border-color: rgb(246,82,13); }
td.TdClassName
{
border-color: #F6520D;
}
.TagClassName
{
border-color: #F6520D;
}
</style>