Shades of International Orange #FF5706
Tints of International Orange #FF5706
RGB
CMYK
RGB Variations
Color information
#FF5706 (or 0xFF5706) is known color: International Orange. HEX triplet: FF, 57 and 06. RGB value is (255,87,6). Sum of RGB (Red+Green+Blue) = 255+87+6=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5706 is #00A8F9. Grayscale: #808080. Windows color (decimal): -43258 or 415743. OLE color: 415743.
HSL color Cylindrical-coordinate representation of color #FF5706: hue angle of 19.52º 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 #FF5706 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 6 | - |
| CMYK | 0 | 0.66 | 0.98 | 0 |
| HSL | 19.52º | 1% | 0.51% | - |
| HSV(B) | 19.52º | 0.98% | 1% | - |
| XYZ | 44.68 | 28.09 | 3.24 | - |
| YUV | 128 | 59.16 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 6 | 0 | 0.66 | 0.98 | 0 | 19.52 | 1 | 0.51 |
| Hex | FF | 57 | 6 | 0 | 42 | 62 | 0 | 14 | 64 | 33 |
| Octal | 377 | 127 | 6 | 0 | 102 | 142 | 0 | 24 | 144 | 63 |
| Binary | 11111111 | 1010111 | 110 | 0 | 1000010 | 1100010 | 0 | 10100 | 1100100 | 110011 |
Color Harmonies of #FF5706
Complementary color
Monochromatic Colors of #FF5706
Black with #FF5706
Text Example
Text Example
White with #FF5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5706; }
p { color: rgb(255,87,6); }
H1.HeaderClassName
{
color: #FF5706;
}
.AnyTagClassName
{
color: #FF5706;
}
</style>
background-color css
<style>
a { background-color: #FF5706; }
a { background-color: rgb(255,87,6); }
div.DivClassName
{
background-color: #FF5706;
}
.BgClassName
{
background-color: #FF5706;
}
</style>
border-color css
<style>
span { border-color: #FF5706; }
span { border-color: rgb(255,87,6); }
td.TdClassName
{
border-color: #FF5706;
}
.TagClassName
{
border-color: #FF5706;
}
</style>