Shades of International Orange #FF5506
Tints of International Orange #FF5506
RGB
CMYK
RGB Variations
Color information
#FF5506 (or 0xFF5506) is known color: International Orange. HEX triplet: FF, 55 and 06. RGB value is (255,85,6). Sum of RGB (Red+Green+Blue) = 255+85+6=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5506 is #00AAF9. Grayscale: #7F7F7F. Windows color (decimal): -43770 or 415231. OLE color: 415231.
HSL color Cylindrical-coordinate representation of color #FF5506: hue angle of 19.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF5506 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 6 | - |
| CMYK | 0 | 0.67 | 0.98 | 0 |
| HSL | 19.04º | 1% | 0.51% | - |
| HSV(B) | 19.04º | 0.98% | 1% | - |
| XYZ | 44.52 | 27.77 | 3.19 | - |
| YUV | 126.82 | 59.82 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 6 | 0 | 0.67 | 0.98 | 0 | 19.04 | 1 | 0.51 |
| Hex | FF | 55 | 6 | 0 | 43 | 62 | 0 | 13 | 64 | 33 |
| Octal | 377 | 125 | 6 | 0 | 103 | 142 | 0 | 23 | 144 | 63 |
| Binary | 11111111 | 1010101 | 110 | 0 | 1000011 | 1100010 | 0 | 10011 | 1100100 | 110011 |
Color Harmonies of #FF5506
Complementary color
Monochromatic Colors of #FF5506
Black with #FF5506
Text Example
Text Example
White with #FF5506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5506; }
p { color: rgb(255,85,6); }
H1.HeaderClassName
{
color: #FF5506;
}
.AnyTagClassName
{
color: #FF5506;
}
</style>
background-color css
<style>
a { background-color: #FF5506; }
a { background-color: rgb(255,85,6); }
div.DivClassName
{
background-color: #FF5506;
}
.BgClassName
{
background-color: #FF5506;
}
</style>
border-color css
<style>
span { border-color: #FF5506; }
span { border-color: rgb(255,85,6); }
td.TdClassName
{
border-color: #FF5506;
}
.TagClassName
{
border-color: #FF5506;
}
</style>