Html Css Color HEX #F6520C International Orange
📋 copy color: '#F6520C'red 246 ◦ green 82 ◦ blue 12
Shades of International Orange #F6520C
Tints of International Orange #F6520C
RGB
CMYK
RGB Variations
Color information
#F6520C (or 0xF6520C) is known color: International Orange. HEX triplet: F6, 52 and 0C. RGB value is (246,82,12). Sum of RGB (Red+Green+Blue) = 246+82+12=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6520C is #09ADF3. Grayscale: #7B7B7B. Windows color (decimal): -634356 or 807670. OLE color: 807670.
HSL color Cylindrical-coordinate representation of color #F6520C: hue angle of 17.95º 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 #F6520C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.04 |
| HSL | 17.95º | 0.93% | 0.51% | - |
| HSV(B) | 17.95º | 0.95% | 0.96% | - |
| XYZ | 41.09 | 25.65 | 3.13 | - |
| YUV | 123.06 | 65.33 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 12 | 0 | 0.67 | 0.95 | 0.04 | 17.95 | 0.93 | 0.51 |
| Hex | F6 | 52 | C | 0 | 43 | 5F | 4 | 12 | 5D | 33 |
| Octal | 366 | 122 | 14 | 0 | 103 | 137 | 4 | 22 | 135 | 63 |
| Binary | 11110110 | 1010010 | 1100 | 0 | 1000011 | 1011111 | 100 | 10010 | 1011101 | 110011 |
Color Harmonies of #F6520C
Complementary color
Monochromatic Colors of #F6520C
Black with #F6520C
Text Example
Text Example
White with #F6520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6520C; }
p { color: rgb(246,82,12); }
H1.HeaderClassName
{
color: #F6520C;
}
.AnyTagClassName
{
color: #F6520C;
}
</style>
background-color css
<style>
a { background-color: #F6520C; }
a { background-color: rgb(246,82,12); }
div.DivClassName
{
background-color: #F6520C;
}
.BgClassName
{
background-color: #F6520C;
}
</style>
border-color css
<style>
span { border-color: #F6520C; }
span { border-color: rgb(246,82,12); }
td.TdClassName
{
border-color: #F6520C;
}
.TagClassName
{
border-color: #F6520C;
}
</style>