Html Css Color HEX #F6531C International Orange
📋 copy color: '#F6531C'red 246 ◦ green 83 ◦ blue 28
Shades of International Orange #F6531C
Tints of International Orange #F6531C
RGB
CMYK
RGB Variations
Color information
#F6531C (or 0xF6531C) is known color: International Orange. HEX triplet: F6, 53 and 1C. RGB value is (246,83,28). Sum of RGB (Red+Green+Blue) = 246+83+28=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6531C is #09ACE3. Grayscale: #7D7D7D. Windows color (decimal): -634084 or 1856502. OLE color: 1856502.
HSL color Cylindrical-coordinate representation of color #F6531C: hue angle of 15.14º 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 #F6531C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.04 |
| HSL | 15.14º | 0.92% | 0.54% | - |
| HSV(B) | 15.14º | 0.89% | 0.96% | - |
| XYZ | 41.31 | 25.86 | 3.91 | - |
| YUV | 125.47 | 73 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 28 | 0 | 0.66 | 0.89 | 0.04 | 15.14 | 0.92 | 0.54 |
| Hex | F6 | 53 | 1C | 0 | 42 | 59 | 4 | F | 5C | 36 |
| Octal | 366 | 123 | 34 | 0 | 102 | 131 | 4 | 17 | 134 | 66 |
| Binary | 11110110 | 1010011 | 11100 | 0 | 1000010 | 1011001 | 100 | 1111 | 1011100 | 110110 |
Color Harmonies of #F6531C
Complementary color
Monochromatic Colors of #F6531C
Black with #F6531C
Text Example
Text Example
White with #F6531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6531C; }
p { color: rgb(246,83,28); }
H1.HeaderClassName
{
color: #F6531C;
}
.AnyTagClassName
{
color: #F6531C;
}
</style>
background-color css
<style>
a { background-color: #F6531C; }
a { background-color: rgb(246,83,28); }
div.DivClassName
{
background-color: #F6531C;
}
.BgClassName
{
background-color: #F6531C;
}
</style>
border-color css
<style>
span { border-color: #F6531C; }
span { border-color: rgb(246,83,28); }
td.TdClassName
{
border-color: #F6531C;
}
.TagClassName
{
border-color: #F6531C;
}
</style>