Html Css Color HEX #F5551A International Orange
📋 copy color: '#F5551A'red 245 ◦ green 85 ◦ blue 26
Shades of International Orange #F5551A
Tints of International Orange #F5551A
RGB
CMYK
RGB Variations
Color information
#F5551A (or 0xF5551A) is known color: International Orange. HEX triplet: F5, 55 and 1A. RGB value is (245,85,26). Sum of RGB (Red+Green+Blue) = 245+85+26=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5551A is #0AAAE5. Grayscale: #7E7E7E. Windows color (decimal): -699110 or 1725941. OLE color: 1725941.
HSL color Cylindrical-coordinate representation of color #F5551A: hue angle of 16.16º 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 #F5551A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 26 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.04 |
| HSL | 16.16º | 0.92% | 0.53% | - |
| HSV(B) | 16.16º | 0.89% | 0.96% | - |
| XYZ | 41.09 | 25.98 | 3.83 | - |
| YUV | 126.11 | 71.51 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 26 | 0 | 0.65 | 0.89 | 0.04 | 16.16 | 0.92 | 0.53 |
| Hex | F5 | 55 | 1A | 0 | 41 | 59 | 4 | 10 | 5C | 35 |
| Octal | 365 | 125 | 32 | 0 | 101 | 131 | 4 | 20 | 134 | 65 |
| Binary | 11110101 | 1010101 | 11010 | 0 | 1000001 | 1011001 | 100 | 10000 | 1011100 | 110101 |
Color Harmonies of #F5551A
Complementary color
Monochromatic Colors of #F5551A
Black with #F5551A
Text Example
Text Example
White with #F5551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5551A; }
p { color: rgb(245,85,26); }
H1.HeaderClassName
{
color: #F5551A;
}
.AnyTagClassName
{
color: #F5551A;
}
</style>
background-color css
<style>
a { background-color: #F5551A; }
a { background-color: rgb(245,85,26); }
div.DivClassName
{
background-color: #F5551A;
}
.BgClassName
{
background-color: #F5551A;
}
</style>
border-color css
<style>
span { border-color: #F5551A; }
span { border-color: rgb(245,85,26); }
td.TdClassName
{
border-color: #F5551A;
}
.TagClassName
{
border-color: #F5551A;
}
</style>