Html Css Color HEX #F6521A International Orange
📋 copy color: '#F6521A'red 246 ◦ green 82 ◦ blue 26
Shades of International Orange #F6521A
Tints of International Orange #F6521A
RGB
CMYK
RGB Variations
Color information
#F6521A (or 0xF6521A) is known color: International Orange. HEX triplet: F6, 52 and 1A. RGB value is (246,82,26). Sum of RGB (Red+Green+Blue) = 246+82+26=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F6521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6521A is #09ADE5. Grayscale: #7D7D7D. Windows color (decimal): -634342 or 1725174. OLE color: 1725174.
HSL color Cylindrical-coordinate representation of color #F6521A: hue angle of 15.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6521A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.04 |
| HSL | 15.27º | 0.92% | 0.53% | - |
| HSV(B) | 15.27º | 0.89% | 0.96% | - |
| XYZ | 41.21 | 25.7 | 3.77 | - |
| YUV | 124.65 | 72.33 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 26 | 0 | 0.67 | 0.89 | 0.04 | 15.27 | 0.92 | 0.53 |
| Hex | F6 | 52 | 1A | 0 | 43 | 59 | 4 | F | 5C | 35 |
| Octal | 366 | 122 | 32 | 0 | 103 | 131 | 4 | 17 | 134 | 65 |
| Binary | 11110110 | 1010010 | 11010 | 0 | 1000011 | 1011001 | 100 | 1111 | 1011100 | 110101 |
Color Harmonies of #F6521A
Complementary color
Monochromatic Colors of #F6521A
Black with #F6521A
Text Example
Text Example
White with #F6521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6521A; }
p { color: rgb(246,82,26); }
H1.HeaderClassName
{
color: #F6521A;
}
.AnyTagClassName
{
color: #F6521A;
}
</style>
background-color css
<style>
a { background-color: #F6521A; }
a { background-color: rgb(246,82,26); }
div.DivClassName
{
background-color: #F6521A;
}
.BgClassName
{
background-color: #F6521A;
}
</style>
border-color css
<style>
span { border-color: #F6521A; }
span { border-color: rgb(246,82,26); }
td.TdClassName
{
border-color: #F6521A;
}
.TagClassName
{
border-color: #F6521A;
}
</style>