Html Css Color HEX #FF550D International Orange
📋 copy color: '#FF550D'red 255 ◦ green 85 ◦ blue 13
Shades of International Orange #FF550D
Tints of International Orange #FF550D
RGB
CMYK
RGB Variations
Color information
#FF550D (or 0xFF550D) is known color: International Orange. HEX triplet: FF, 55 and 0D. RGB value is (255,85,13). Sum of RGB (Red+Green+Blue) = 255+85+13=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF550D is #00AAF2. Grayscale: #808080. Windows color (decimal): -43763 or 873983. OLE color: 873983.
HSL color Cylindrical-coordinate representation of color #FF550D: hue angle of 17.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF550D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0 |
| HSL | 17.85º | 1% | 0.53% | - |
| HSV(B) | 17.85º | 0.95% | 1% | - |
| XYZ | 44.56 | 27.79 | 3.4 | - |
| YUV | 127.62 | 63.32 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 13 | 0 | 0.67 | 0.95 | 0 | 17.85 | 1 | 0.53 |
| Hex | FF | 55 | D | 0 | 43 | 5F | 0 | 12 | 64 | 35 |
| Octal | 377 | 125 | 15 | 0 | 103 | 137 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1010101 | 1101 | 0 | 1000011 | 1011111 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF550D
Complementary color
Monochromatic Colors of #FF550D
Black with #FF550D
Text Example
Text Example
White with #FF550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF550D; }
p { color: rgb(255,85,13); }
H1.HeaderClassName
{
color: #FF550D;
}
.AnyTagClassName
{
color: #FF550D;
}
</style>
background-color css
<style>
a { background-color: #FF550D; }
a { background-color: rgb(255,85,13); }
div.DivClassName
{
background-color: #FF550D;
}
.BgClassName
{
background-color: #FF550D;
}
</style>
border-color css
<style>
span { border-color: #FF550D; }
span { border-color: rgb(255,85,13); }
td.TdClassName
{
border-color: #FF550D;
}
.TagClassName
{
border-color: #FF550D;
}
</style>