Shades of International Orange #FF5600
Tints of International Orange #FF5600
RGB
CMYK
RGB Variations
Color information
#FF5600 (or 0xFF5600) is known color: International Orange. HEX triplet: FF, 56 and 00. RGB value is (255,86,0). Sum of RGB (Red+Green+Blue) = 255+86+0=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5600 is #00A9FF. Grayscale: #7F7F7F. Windows color (decimal): -43520 or 22271. OLE color: 22271.
HSL color Cylindrical-coordinate representation of color #FF5600: hue angle of 20.24º 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 #FF5600 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0 |
| HSL | 20.24º | 1% | 0.5% | - |
| HSV(B) | 20.24º | 1% | 1% | - |
| XYZ | 44.57 | 27.92 | 3.04 | - |
| YUV | 126.73 | 56.49 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 0 | 0 | 0.66 | 1 | 0 | 20.24 | 1 | 0.5 |
| Hex | FF | 56 | 0 | 0 | 42 | 64 | 0 | 14 | 64 | 32 |
| Octal | 377 | 126 | 0 | 0 | 102 | 144 | 0 | 24 | 144 | 62 |
| Binary | 11111111 | 1010110 | 0 | 0 | 1000010 | 1100100 | 0 | 10100 | 1100100 | 110010 |
Color Harmonies of #FF5600
Complementary color
Monochromatic Colors of #FF5600
Black with #FF5600
Text Example
Text Example
White with #FF5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5600; }
p { color: rgb(255,86,0); }
H1.HeaderClassName
{
color: #FF5600;
}
.AnyTagClassName
{
color: #FF5600;
}
</style>
background-color css
<style>
a { background-color: #FF5600; }
a { background-color: rgb(255,86,0); }
div.DivClassName
{
background-color: #FF5600;
}
.BgClassName
{
background-color: #FF5600;
}
</style>
border-color css
<style>
span { border-color: #FF5600; }
span { border-color: rgb(255,86,0); }
td.TdClassName
{
border-color: #FF5600;
}
.TagClassName
{
border-color: #FF5600;
}
</style>