Shades of International Orange #FF5501
Tints of International Orange #FF5501
RGB
CMYK
RGB Variations
Color information
#FF5501 (or 0xFF5501) is known color: International Orange. HEX triplet: FF, 55 and 01. RGB value is (255,85,1). Sum of RGB (Red+Green+Blue) = 255+85+1=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5501 is #00AAFE. Grayscale: #7E7E7E. Windows color (decimal): -43775 or 87551. OLE color: 87551.
HSL color Cylindrical-coordinate representation of color #FF5501: hue angle of 19.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5501 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0 |
| HSL | 19.84º | 1% | 0.5% | - |
| HSV(B) | 19.84º | 1% | 1% | - |
| XYZ | 44.49 | 27.76 | 3.04 | - |
| YUV | 126.25 | 57.32 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 1 | 0 | 0.67 | 1.00 | 0 | 19.84 | 1 | 0.5 |
| Hex | FF | 55 | 1 | 0 | 43 | 64 | 0 | 14 | 64 | 32 |
| Octal | 377 | 125 | 1 | 0 | 103 | 144 | 0 | 24 | 144 | 62 |
| Binary | 11111111 | 1010101 | 1 | 0 | 1000011 | 1100100 | 0 | 10100 | 1100100 | 110010 |
Color Harmonies of #FF5501
Complementary color
Monochromatic Colors of #FF5501
Black with #FF5501
Text Example
Text Example
White with #FF5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5501; }
p { color: rgb(255,85,1); }
H1.HeaderClassName
{
color: #FF5501;
}
.AnyTagClassName
{
color: #FF5501;
}
</style>
background-color css
<style>
a { background-color: #FF5501; }
a { background-color: rgb(255,85,1); }
div.DivClassName
{
background-color: #FF5501;
}
.BgClassName
{
background-color: #FF5501;
}
</style>
border-color css
<style>
span { border-color: #FF5501; }
span { border-color: rgb(255,85,1); }
td.TdClassName
{
border-color: #FF5501;
}
.TagClassName
{
border-color: #FF5501;
}
</style>