Html Css Color HEX #F6551C International Orange
📋 copy color: '#F6551C'red 246 ◦ green 85 ◦ blue 28
Shades of International Orange #F6551C
Tints of International Orange #F6551C
RGB
CMYK
RGB Variations
Color information
#F6551C (or 0xF6551C) is known color: International Orange. HEX triplet: F6, 55 and 1C. RGB value is (246,85,28). Sum of RGB (Red+Green+Blue) = 246+85+28=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6551C is #09AAE3. Grayscale: #7F7F7F. Windows color (decimal): -633572 or 1857014. OLE color: 1857014.
HSL color Cylindrical-coordinate representation of color #F6551C: hue angle of 15.69º 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 #F6551C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 28 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.04 |
| HSL | 15.69º | 0.92% | 0.54% | - |
| HSV(B) | 15.69º | 0.89% | 0.96% | - |
| XYZ | 41.46 | 26.17 | 3.97 | - |
| YUV | 126.64 | 72.34 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 28 | 0 | 0.65 | 0.89 | 0.04 | 15.69 | 0.92 | 0.54 |
| Hex | F6 | 55 | 1C | 0 | 41 | 59 | 4 | 10 | 5C | 36 |
| Octal | 366 | 125 | 34 | 0 | 101 | 131 | 4 | 20 | 134 | 66 |
| Binary | 11110110 | 1010101 | 11100 | 0 | 1000001 | 1011001 | 100 | 10000 | 1011100 | 110110 |
Color Harmonies of #F6551C
Complementary color
Monochromatic Colors of #F6551C
Black with #F6551C
Text Example
Text Example
White with #F6551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6551C; }
p { color: rgb(246,85,28); }
H1.HeaderClassName
{
color: #F6551C;
}
.AnyTagClassName
{
color: #F6551C;
}
</style>
background-color css
<style>
a { background-color: #F6551C; }
a { background-color: rgb(246,85,28); }
div.DivClassName
{
background-color: #F6551C;
}
.BgClassName
{
background-color: #F6551C;
}
</style>
border-color css
<style>
span { border-color: #F6551C; }
span { border-color: rgb(246,85,28); }
td.TdClassName
{
border-color: #F6551C;
}
.TagClassName
{
border-color: #F6551C;
}
</style>