Html Css Color HEX #F5561C International Orange
📋 copy color: '#F5561C'red 245 ◦ green 86 ◦ blue 28
Shades of International Orange #F5561C
Tints of International Orange #F5561C
RGB
CMYK
RGB Variations
Color information
#F5561C (or 0xF5561C) is known color: International Orange. HEX triplet: F5, 56 and 1C. RGB value is (245,86,28). Sum of RGB (Red+Green+Blue) = 245+86+28=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5561C is #0AA9E3. Grayscale: #7F7F7F. Windows color (decimal): -698852 or 1857269. OLE color: 1857269.
HSL color Cylindrical-coordinate representation of color #F5561C: hue angle of 16.04º 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 #F5561C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 28 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.04 |
| HSL | 16.04º | 0.92% | 0.54% | - |
| HSV(B) | 16.04º | 0.89% | 0.96% | - |
| XYZ | 41.19 | 26.15 | 3.98 | - |
| YUV | 126.93 | 72.18 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 28 | 0 | 0.65 | 0.89 | 0.04 | 16.04 | 0.92 | 0.54 |
| Hex | F5 | 56 | 1C | 0 | 41 | 59 | 4 | 10 | 5C | 36 |
| Octal | 365 | 126 | 34 | 0 | 101 | 131 | 4 | 20 | 134 | 66 |
| Binary | 11110101 | 1010110 | 11100 | 0 | 1000001 | 1011001 | 100 | 10000 | 1011100 | 110110 |
Color Harmonies of #F5561C
Complementary color
Monochromatic Colors of #F5561C
Black with #F5561C
Text Example
Text Example
White with #F5561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5561C; }
p { color: rgb(245,86,28); }
H1.HeaderClassName
{
color: #F5561C;
}
.AnyTagClassName
{
color: #F5561C;
}
</style>
background-color css
<style>
a { background-color: #F5561C; }
a { background-color: rgb(245,86,28); }
div.DivClassName
{
background-color: #F5561C;
}
.BgClassName
{
background-color: #F5561C;
}
</style>
border-color css
<style>
span { border-color: #F5561C; }
span { border-color: rgb(245,86,28); }
td.TdClassName
{
border-color: #F5561C;
}
.TagClassName
{
border-color: #F5561C;
}
</style>