Html Css Color HEX #F6521C International Orange
📋 copy color: '#F6521C'red 246 ◦ green 82 ◦ blue 28
Shades of International Orange #F6521C
Tints of International Orange #F6521C
RGB
CMYK
RGB Variations
Color information
#F6521C (or 0xF6521C) is known color: International Orange. HEX triplet: F6, 52 and 1C. RGB value is (246,82,28). Sum of RGB (Red+Green+Blue) = 246+82+28=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6521C is #09ADE3. Grayscale: #7D7D7D. Windows color (decimal): -634340 or 1856246. OLE color: 1856246.
HSL color Cylindrical-coordinate representation of color #F6521C: hue angle of 14.86º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6521C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 28 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.04 |
| HSL | 14.86º | 0.92% | 0.54% | - |
| HSV(B) | 14.86º | 0.89% | 0.96% | - |
| XYZ | 41.23 | 25.71 | 3.89 | - |
| YUV | 124.88 | 73.33 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 28 | 0 | 0.67 | 0.89 | 0.04 | 14.86 | 0.92 | 0.54 |
| Hex | F6 | 52 | 1C | 0 | 43 | 59 | 4 | F | 5C | 36 |
| Octal | 366 | 122 | 34 | 0 | 103 | 131 | 4 | 17 | 134 | 66 |
| Binary | 11110110 | 1010010 | 11100 | 0 | 1000011 | 1011001 | 100 | 1111 | 1011100 | 110110 |
Color Harmonies of #F6521C
Complementary color
Monochromatic Colors of #F6521C
Black with #F6521C
Text Example
Text Example
White with #F6521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6521C; }
p { color: rgb(246,82,28); }
H1.HeaderClassName
{
color: #F6521C;
}
.AnyTagClassName
{
color: #F6521C;
}
</style>
background-color css
<style>
a { background-color: #F6521C; }
a { background-color: rgb(246,82,28); }
div.DivClassName
{
background-color: #F6521C;
}
.BgClassName
{
background-color: #F6521C;
}
</style>
border-color css
<style>
span { border-color: #F6521C; }
span { border-color: rgb(246,82,28); }
td.TdClassName
{
border-color: #F6521C;
}
.TagClassName
{
border-color: #F6521C;
}
</style>