Shades of International Orange #FF5607
Tints of International Orange #FF5607
RGB
CMYK
RGB Variations
Color information
#FF5607 (or 0xFF5607) is known color: International Orange. HEX triplet: FF, 56 and 07. RGB value is (255,86,7). Sum of RGB (Red+Green+Blue) = 255+86+7=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5607 is #00A9F8. Grayscale: #808080. Windows color (decimal): -43513 or 481023. OLE color: 481023.
HSL color Cylindrical-coordinate representation of color #FF5607: hue angle of 19.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF5607 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0 |
| HSL | 19.11º | 1% | 0.51% | - |
| HSV(B) | 19.11º | 0.97% | 1% | - |
| XYZ | 44.61 | 27.93 | 3.24 | - |
| YUV | 127.53 | 59.99 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 7 | 0 | 0.66 | 0.97 | 0 | 19.11 | 1 | 0.51 |
| Hex | FF | 56 | 7 | 0 | 42 | 61 | 0 | 13 | 64 | 33 |
| Octal | 377 | 126 | 7 | 0 | 102 | 141 | 0 | 23 | 144 | 63 |
| Binary | 11111111 | 1010110 | 111 | 0 | 1000010 | 1100001 | 0 | 10011 | 1100100 | 110011 |
Color Harmonies of #FF5607
Complementary color
Monochromatic Colors of #FF5607
Black with #FF5607
Text Example
Text Example
White with #FF5607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5607; }
p { color: rgb(255,86,7); }
H1.HeaderClassName
{
color: #FF5607;
}
.AnyTagClassName
{
color: #FF5607;
}
</style>
background-color css
<style>
a { background-color: #FF5607; }
a { background-color: rgb(255,86,7); }
div.DivClassName
{
background-color: #FF5607;
}
.BgClassName
{
background-color: #FF5607;
}
</style>
border-color css
<style>
span { border-color: #FF5607; }
span { border-color: rgb(255,86,7); }
td.TdClassName
{
border-color: #FF5607;
}
.TagClassName
{
border-color: #FF5607;
}
</style>