Shades of International Orange #FF5502
Tints of International Orange #FF5502
RGB
CMYK
RGB Variations
Color information
#FF5502 (or 0xFF5502) is known color: International Orange. HEX triplet: FF, 55 and 02. RGB value is (255,85,2). Sum of RGB (Red+Green+Blue) = 255+85+2=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5502 is #00AAFD. Grayscale: #7E7E7E. Windows color (decimal): -43774 or 153087. OLE color: 153087.
HSL color Cylindrical-coordinate representation of color #FF5502: hue angle of 19.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF5502 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0 |
| HSL | 19.68º | 1% | 0.5% | - |
| HSV(B) | 19.68º | 0.99% | 1% | - |
| XYZ | 44.5 | 27.76 | 3.07 | - |
| YUV | 126.37 | 57.82 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 2 | 0 | 0.67 | 0.99 | 0 | 19.68 | 1 | 0.5 |
| Hex | FF | 55 | 2 | 0 | 43 | 63 | 0 | 14 | 64 | 32 |
| Octal | 377 | 125 | 2 | 0 | 103 | 143 | 0 | 24 | 144 | 62 |
| Binary | 11111111 | 1010101 | 10 | 0 | 1000011 | 1100011 | 0 | 10100 | 1100100 | 110010 |
Color Harmonies of #FF5502
Complementary color
Monochromatic Colors of #FF5502
Black with #FF5502
Text Example
Text Example
White with #FF5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5502; }
p { color: rgb(255,85,2); }
H1.HeaderClassName
{
color: #FF5502;
}
.AnyTagClassName
{
color: #FF5502;
}
</style>
background-color css
<style>
a { background-color: #FF5502; }
a { background-color: rgb(255,85,2); }
div.DivClassName
{
background-color: #FF5502;
}
.BgClassName
{
background-color: #FF5502;
}
</style>
border-color css
<style>
span { border-color: #FF5502; }
span { border-color: rgb(255,85,2); }
td.TdClassName
{
border-color: #FF5502;
}
.TagClassName
{
border-color: #FF5502;
}
</style>